Shades of Tenne (Tawny) #C66006
Tints of Tenne (Tawny) #C66006
RGB
CMYK
RGB Variations
Color information
#C66006 (or 0xC66006) is known color: Tenne (Tawny). HEX triplet: C6, 60 and 06. RGB value is (198,96,6). Sum of RGB (Red+Green+Blue) = 198+96+6=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C66006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66006 is #399FF9. Grayscale: #747474. Windows color (decimal): -3776506 or 417990. OLE color: 417990.
HSL color Cylindrical-coordinate representation of color #C66006: hue angle of 28.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C66006 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.22 |
| HSL | 28.13º | 0.94% | 0.4% | - |
| HSV(B) | 28.13º | 0.97% | 0.78% | - |
| XYZ | 27.5 | 20.38 | 2.66 | - |
| YUV | 116.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 6 | 0 | 0.52 | 0.97 | 0.22 | 28.13 | 0.94 | 0.4 |
| Hex | C6 | 60 | 6 | 0 | 34 | 61 | 16 | 1C | 5E | 28 |
| Octal | 306 | 140 | 6 | 0 | 64 | 141 | 26 | 34 | 136 | 50 |
| Binary | 11000110 | 1100000 | 110 | 0 | 110100 | 1100001 | 10110 | 11100 | 1011110 | 101000 |
Color Harmonies of #C66006
Complementary color
Monochromatic Colors of #C66006
Black with #C66006
Text Example
Text Example
White with #C66006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66006; }
p { color: rgb(198,96,6); }
H1.HeaderClassName
{
color: #C66006;
}
.AnyTagClassName
{
color: #C66006;
}
</style>
background-color css
<style>
a { background-color: #C66006; }
a { background-color: rgb(198,96,6); }
div.DivClassName
{
background-color: #C66006;
}
.BgClassName
{
background-color: #C66006;
}
</style>
border-color css
<style>
span { border-color: #C66006; }
span { border-color: rgb(198,96,6); }
td.TdClassName
{
border-color: #C66006;
}
.TagClassName
{
border-color: #C66006;
}
</style>