Shades of Tenne (Tawny) #C86F04
Tints of Tenne (Tawny) #C86F04
RGB
CMYK
RGB Variations
Color information
#C86F04 (or 0xC86F04) is known color: Tenne (Tawny). HEX triplet: C8, 6F and 04. RGB value is (200,111,4). Sum of RGB (Red+Green+Blue) = 200+111+4=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F04 is #3790FB. Grayscale: #7D7D7D. Windows color (decimal): -3641596 or 290760. OLE color: 290760.
HSL color Cylindrical-coordinate representation of color #C86F04: hue angle of 32.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86F04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.22 |
| HSL | 32.76º | 0.96% | 0.4% | - |
| HSV(B) | 32.76º | 0.98% | 0.78% | - |
| XYZ | 29.53 | 23.66 | 3.12 | - |
| YUV | 125.41 | 59.49 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 4 | 0 | 0.44 | 0.98 | 0.22 | 32.76 | 0.96 | 0.4 |
| Hex | C8 | 6F | 4 | 0 | 2C | 62 | 16 | 21 | 60 | 28 |
| Octal | 310 | 157 | 4 | 0 | 54 | 142 | 26 | 41 | 140 | 50 |
| Binary | 11001000 | 1101111 | 100 | 0 | 101100 | 1100010 | 10110 | 100001 | 1100000 | 101000 |
Color Harmonies of #C86F04
Complementary color
Monochromatic Colors of #C86F04
Black with #C86F04
Text Example
Text Example
White with #C86F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F04; }
p { color: rgb(200,111,4); }
H1.HeaderClassName
{
color: #C86F04;
}
.AnyTagClassName
{
color: #C86F04;
}
</style>
background-color css
<style>
a { background-color: #C86F04; }
a { background-color: rgb(200,111,4); }
div.DivClassName
{
background-color: #C86F04;
}
.BgClassName
{
background-color: #C86F04;
}
</style>
border-color css
<style>
span { border-color: #C86F04; }
span { border-color: rgb(200,111,4); }
td.TdClassName
{
border-color: #C86F04;
}
.TagClassName
{
border-color: #C86F04;
}
</style>