Shades of Tenne (Tawny) #CC6508
Tints of Tenne (Tawny) #CC6508
RGB
CMYK
RGB Variations
Color information
#CC6508 (or 0xCC6508) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 08. RGB value is (204,101,8). Sum of RGB (Red+Green+Blue) = 204+101+8=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6508 is #339AF7. Grayscale: #797979. Windows color (decimal): -3382008 or 550348. OLE color: 550348.
HSL color Cylindrical-coordinate representation of color #CC6508: hue angle of 28.47º 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 #CC6508 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.2 |
| HSL | 28.47º | 0.92% | 0.42% | - |
| HSV(B) | 28.47º | 0.96% | 0.8% | - |
| XYZ | 29.6 | 22.16 | 2.95 | - |
| YUV | 121.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 8 | 0 | 0.50 | 0.96 | 0.2 | 28.47 | 0.92 | 0.42 |
| Hex | CC | 65 | 8 | 0 | 32 | 60 | 14 | 1C | 5C | 2A |
| Octal | 314 | 145 | 10 | 0 | 62 | 140 | 24 | 34 | 134 | 52 |
| Binary | 11001100 | 1100101 | 1000 | 0 | 110010 | 1100000 | 10100 | 11100 | 1011100 | 101010 |
Color Harmonies of #CC6508
Complementary color
Monochromatic Colors of #CC6508
Black with #CC6508
Text Example
Text Example
White with #CC6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6508; }
p { color: rgb(204,101,8); }
H1.HeaderClassName
{
color: #CC6508;
}
.AnyTagClassName
{
color: #CC6508;
}
</style>
background-color css
<style>
a { background-color: #CC6508; }
a { background-color: rgb(204,101,8); }
div.DivClassName
{
background-color: #CC6508;
}
.BgClassName
{
background-color: #CC6508;
}
</style>
border-color css
<style>
span { border-color: #CC6508; }
span { border-color: rgb(204,101,8); }
td.TdClassName
{
border-color: #CC6508;
}
.TagClassName
{
border-color: #CC6508;
}
</style>