Shades of Tenne (Tawny) #CC6408
Tints of Tenne (Tawny) #CC6408
RGB
CMYK
RGB Variations
Color information
#CC6408 (or 0xCC6408) is known color: Tenne (Tawny). HEX triplet: CC, 64 and 08. RGB value is (204,100,8). Sum of RGB (Red+Green+Blue) = 204+100+8=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6408 is #339BF7. Grayscale: #797979. Windows color (decimal): -3382264 or 550092. OLE color: 550092.
HSL color Cylindrical-coordinate representation of color #CC6408: hue angle of 28.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC6408 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.2 |
| HSL | 28.16º | 0.92% | 0.42% | - |
| HSV(B) | 28.16º | 0.96% | 0.8% | - |
| XYZ | 29.5 | 21.97 | 2.92 | - |
| YUV | 120.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 8 | 0 | 0.51 | 0.96 | 0.2 | 28.16 | 0.92 | 0.42 |
| Hex | CC | 64 | 8 | 0 | 33 | 60 | 14 | 1C | 5C | 2A |
| Octal | 314 | 144 | 10 | 0 | 63 | 140 | 24 | 34 | 134 | 52 |
| Binary | 11001100 | 1100100 | 1000 | 0 | 110011 | 1100000 | 10100 | 11100 | 1011100 | 101010 |
Color Harmonies of #CC6408
Complementary color
Monochromatic Colors of #CC6408
Black with #CC6408
Text Example
Text Example
White with #CC6408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6408; }
p { color: rgb(204,100,8); }
H1.HeaderClassName
{
color: #CC6408;
}
.AnyTagClassName
{
color: #CC6408;
}
</style>
background-color css
<style>
a { background-color: #CC6408; }
a { background-color: rgb(204,100,8); }
div.DivClassName
{
background-color: #CC6408;
}
.BgClassName
{
background-color: #CC6408;
}
</style>
border-color css
<style>
span { border-color: #CC6408; }
span { border-color: rgb(204,100,8); }
td.TdClassName
{
border-color: #CC6408;
}
.TagClassName
{
border-color: #CC6408;
}
</style>