#cd6f05

Color #CD6F05 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CD6F05

Tints of Tenne (Tawny) #CD6F05

Color information

#CD6F05 (or 0xCD6F05) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 6F and 05. RGB value is (205,111,5). Sum of RGB (Red+Green+Blue) = 205+111+5=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6F05 is #3290FA. Grayscale: #7F7F7F. Windows color (decimal): -3313915 or 356301. OLE color: 356301.

HSL color Cylindrical-coordinate representation of color #CD6F05: hue angle of 31.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD6F05 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2051115-
CMYK00.460.980.20
HSL31.8º95.24%41.18%-
HSV(B)31.8º97.56%80.39%-
XYZ30.8924.363.22-
YUV127.0259.14183.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=63.86%
G=34.58%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205111500.460.980.2031.895.2441.18
HexCD6F502E6214205f29
Octal3151575056142244013751
Binary11001101110111110101011101100010101001000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6f05; }

 p { color: rgb(205,111,5); }

 H1.HeaderClassName
 {
   color: #cd6f05;
 }
 .AnyTagClassName
 {
   color: #cd6f05;
 }
</style>
background-color css

<style>
 a { background-color: #cd6f05; }

 a { background-color: rgb(205,111,5); }

 div.DivClassName
 {
   background-color: #cd6f05;
 }
 .BgClassName
 {
   background-color: #cd6f05;
 }
</style>
border-color css

<style>
 span { border-color: #cd6f05; }

 span { border-color: rgb(205,111,5); }

 td.TdClassName
 {
   border-color: #cd6f05;
 }
 .TagClassName
 {
   border-color: #cd6f05;
 }
</style>