Shades of Tenne (Tawny) #C86F00
Tints of Tenne (Tawny) #C86F00
RGB
CMYK
RGB Variations
Color information
#C86F00 (or 0xC86F00) is known color: Tenne (Tawny). HEX triplet: C8, 6F and 00. RGB value is (200,111,0). Sum of RGB (Red+Green+Blue) = 200+111+0=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F00 is #3790FF. Grayscale: #7D7D7D. Windows color (decimal): -3641600 or 28616. OLE color: 28616.
HSL color Cylindrical-coordinate representation of color #C86F00: hue angle of 33.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.22 |
| HSL | 33.3º | 1% | 0.39% | - |
| HSV(B) | 33.3º | 1% | 0.78% | - |
| XYZ | 29.5 | 23.65 | 3.01 | - |
| YUV | 124.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 0 | 0 | 0.44 | 1 | 0.22 | 33.3 | 1 | 0.39 |
| Hex | C8 | 6F | 0 | 0 | 2C | 64 | 16 | 21 | 64 | 27 |
| Octal | 310 | 157 | 0 | 0 | 54 | 144 | 26 | 41 | 144 | 47 |
| Binary | 11001000 | 1101111 | 0 | 0 | 101100 | 1100100 | 10110 | 100001 | 1100100 | 100111 |
Color Harmonies of #C86F00
Complementary color
Monochromatic Colors of #C86F00
Black with #C86F00
Text Example
Text Example
White with #C86F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F00; }
p { color: rgb(200,111,0); }
H1.HeaderClassName
{
color: #C86F00;
}
.AnyTagClassName
{
color: #C86F00;
}
</style>
background-color css
<style>
a { background-color: #C86F00; }
a { background-color: rgb(200,111,0); }
div.DivClassName
{
background-color: #C86F00;
}
.BgClassName
{
background-color: #C86F00;
}
</style>
border-color css
<style>
span { border-color: #C86F00; }
span { border-color: rgb(200,111,0); }
td.TdClassName
{
border-color: #C86F00;
}
.TagClassName
{
border-color: #C86F00;
}
</style>