Shades of Tenne (Tawny) #CF6006
Tints of Tenne (Tawny) #CF6006
RGB
CMYK
RGB Variations
Color information
#CF6006 (or 0xCF6006) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 06. RGB value is (207,96,6). Sum of RGB (Red+Green+Blue) = 207+96+6=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6006 is #309FF9. Grayscale: #777777. Windows color (decimal): -3186682 or 417999. OLE color: 417999.
HSL color Cylindrical-coordinate representation of color #CF6006: hue angle of 26.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF6006 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.19 |
| HSL | 26.87º | 0.94% | 0.42% | - |
| HSV(B) | 26.87º | 0.97% | 0.81% | - |
| XYZ | 29.95 | 21.64 | 2.77 | - |
| YUV | 118.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 6 | 0 | 0.54 | 0.97 | 0.19 | 26.87 | 0.94 | 0.42 |
| Hex | CF | 60 | 6 | 0 | 36 | 61 | 13 | 1B | 5E | 2A |
| Octal | 317 | 140 | 6 | 0 | 66 | 141 | 23 | 33 | 136 | 52 |
| Binary | 11001111 | 1100000 | 110 | 0 | 110110 | 1100001 | 10011 | 11011 | 1011110 | 101010 |
Color Harmonies of #CF6006
Complementary color
Monochromatic Colors of #CF6006
Black with #CF6006
Text Example
Text Example
White with #CF6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6006; }
p { color: rgb(207,96,6); }
H1.HeaderClassName
{
color: #CF6006;
}
.AnyTagClassName
{
color: #CF6006;
}
</style>
background-color css
<style>
a { background-color: #CF6006; }
a { background-color: rgb(207,96,6); }
div.DivClassName
{
background-color: #CF6006;
}
.BgClassName
{
background-color: #CF6006;
}
</style>
border-color css
<style>
span { border-color: #CF6006; }
span { border-color: rgb(207,96,6); }
td.TdClassName
{
border-color: #CF6006;
}
.TagClassName
{
border-color: #CF6006;
}
</style>