Shades of Tenne (Tawny) #CF6C04
Tints of Tenne (Tawny) #CF6C04
RGB
CMYK
RGB Variations
Color information
#CF6C04 (or 0xCF6C04) is known color: Tenne (Tawny). HEX triplet: CF, 6C and 04. RGB value is (207,108,4). Sum of RGB (Red+Green+Blue) = 207+108+4=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C04 is #3093FB. Grayscale: #7E7E7E. Windows color (decimal): -3183612 or 289999. OLE color: 289999.
HSL color Cylindrical-coordinate representation of color #CF6C04: hue angle of 30.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF6C04 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.19 |
| HSL | 30.74º | 0.96% | 0.41% | - |
| HSV(B) | 30.74º | 0.98% | 0.81% | - |
| XYZ | 31.12 | 24 | 3.11 | - |
| YUV | 125.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 4 | 0 | 0.48 | 0.98 | 0.19 | 30.74 | 0.96 | 0.41 |
| Hex | CF | 6C | 4 | 0 | 30 | 62 | 13 | 1F | 60 | 29 |
| Octal | 317 | 154 | 4 | 0 | 60 | 142 | 23 | 37 | 140 | 51 |
| Binary | 11001111 | 1101100 | 100 | 0 | 110000 | 1100010 | 10011 | 11111 | 1100000 | 101001 |
Color Harmonies of #CF6C04
Complementary color
Monochromatic Colors of #CF6C04
Black with #CF6C04
Text Example
Text Example
White with #CF6C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C04; }
p { color: rgb(207,108,4); }
H1.HeaderClassName
{
color: #CF6C04;
}
.AnyTagClassName
{
color: #CF6C04;
}
</style>
background-color css
<style>
a { background-color: #CF6C04; }
a { background-color: rgb(207,108,4); }
div.DivClassName
{
background-color: #CF6C04;
}
.BgClassName
{
background-color: #CF6C04;
}
</style>
border-color css
<style>
span { border-color: #CF6C04; }
span { border-color: rgb(207,108,4); }
td.TdClassName
{
border-color: #CF6C04;
}
.TagClassName
{
border-color: #CF6C04;
}
</style>