Shades of Tenne (Tawny) #C06006
Tints of Tenne (Tawny) #C06006
RGB
CMYK
RGB Variations
Color information
#C06006 (or 0xC06006) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 06. RGB value is (192,96,6). Sum of RGB (Red+Green+Blue) = 192+96+6=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C06006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06006 is #3F9FF9. Grayscale: #727272. Windows color (decimal): -4169722 or 417984. OLE color: 417984.
HSL color Cylindrical-coordinate representation of color #C06006: hue angle of 29.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06006 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.25 |
| HSL | 29.03º | 0.94% | 0.39% | - |
| HSV(B) | 29.03º | 0.97% | 0.75% | - |
| XYZ | 25.95 | 19.59 | 2.58 | - |
| YUV | 114.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 6 | 0 | 0.50 | 0.97 | 0.25 | 29.03 | 0.94 | 0.39 |
| Hex | C0 | 60 | 6 | 0 | 32 | 61 | 19 | 1D | 5E | 27 |
| Octal | 300 | 140 | 6 | 0 | 62 | 141 | 31 | 35 | 136 | 47 |
| Binary | 11000000 | 1100000 | 110 | 0 | 110010 | 1100001 | 11001 | 11101 | 1011110 | 100111 |
Color Harmonies of #C06006
Complementary color
Monochromatic Colors of #C06006
Black with #C06006
Text Example
Text Example
White with #C06006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06006; }
p { color: rgb(192,96,6); }
H1.HeaderClassName
{
color: #C06006;
}
.AnyTagClassName
{
color: #C06006;
}
</style>
background-color css
<style>
a { background-color: #C06006; }
a { background-color: rgb(192,96,6); }
div.DivClassName
{
background-color: #C06006;
}
.BgClassName
{
background-color: #C06006;
}
</style>
border-color css
<style>
span { border-color: #C06006; }
span { border-color: rgb(192,96,6); }
td.TdClassName
{
border-color: #C06006;
}
.TagClassName
{
border-color: #C06006;
}
</style>