Shades of Tenne (Tawny) #C86E01
Tints of Tenne (Tawny) #C86E01
RGB
CMYK
RGB Variations
Color information
#C86E01 (or 0xC86E01) is known color: Tenne (Tawny). HEX triplet: C8, 6E and 01. RGB value is (200,110,1). Sum of RGB (Red+Green+Blue) = 200+110+1=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86E01 is #3791FE. Grayscale: #7D7D7D. Windows color (decimal): -3641855 or 93896. OLE color: 93896.
HSL color Cylindrical-coordinate representation of color #C86E01: hue angle of 32.86º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86E01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.22 |
| HSL | 32.86º | 0.99% | 0.39% | - |
| HSV(B) | 32.86º | 1% | 0.78% | - |
| XYZ | 29.4 | 23.43 | 3 | - |
| YUV | 124.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 1 | 0 | 0.45 | 1.00 | 0.22 | 32.86 | 0.99 | 0.39 |
| Hex | C8 | 6E | 1 | 0 | 2D | 64 | 16 | 21 | 63 | 27 |
| Octal | 310 | 156 | 1 | 0 | 55 | 144 | 26 | 41 | 143 | 47 |
| Binary | 11001000 | 1101110 | 1 | 0 | 101101 | 1100100 | 10110 | 100001 | 1100011 | 100111 |
Color Harmonies of #C86E01
Complementary color
Monochromatic Colors of #C86E01
Black with #C86E01
Text Example
Text Example
White with #C86E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E01; }
p { color: rgb(200,110,1); }
H1.HeaderClassName
{
color: #C86E01;
}
.AnyTagClassName
{
color: #C86E01;
}
</style>
background-color css
<style>
a { background-color: #C86E01; }
a { background-color: rgb(200,110,1); }
div.DivClassName
{
background-color: #C86E01;
}
.BgClassName
{
background-color: #C86E01;
}
</style>
border-color css
<style>
span { border-color: #C86E01; }
span { border-color: rgb(200,110,1); }
td.TdClassName
{
border-color: #C86E01;
}
.TagClassName
{
border-color: #C86E01;
}
</style>