Shades of Tenne (Tawny) #C86000
Tints of Tenne (Tawny) #C86000
RGB
CMYK
RGB Variations
Color information
#C86000 (or 0xC86000) is known color: Tenne (Tawny). HEX triplet: C8, 60 and 00. RGB value is (200,96,0). Sum of RGB (Red+Green+Blue) = 200+96+0=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C86000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86000 is #379FFF. Grayscale: #747474. Windows color (decimal): -3645440 or 24776. OLE color: 24776.
HSL color Cylindrical-coordinate representation of color #C86000: hue angle of 28.8º 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 #C86000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.22 |
| HSL | 28.8º | 1% | 0.39% | - |
| HSV(B) | 28.8º | 1% | 0.78% | - |
| XYZ | 28 | 20.65 | 2.51 | - |
| YUV | 116.15 | 62.46 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 0 | 0 | 0.52 | 1 | 0.22 | 28.8 | 1 | 0.39 |
| Hex | C8 | 60 | 0 | 0 | 34 | 64 | 16 | 1D | 64 | 27 |
| Octal | 310 | 140 | 0 | 0 | 64 | 144 | 26 | 35 | 144 | 47 |
| Binary | 11001000 | 1100000 | 0 | 0 | 110100 | 1100100 | 10110 | 11101 | 1100100 | 100111 |
Color Harmonies of #C86000
Complementary color
Monochromatic Colors of #C86000
Black with #C86000
Text Example
Text Example
White with #C86000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86000; }
p { color: rgb(200,96,0); }
H1.HeaderClassName
{
color: #C86000;
}
.AnyTagClassName
{
color: #C86000;
}
</style>
background-color css
<style>
a { background-color: #C86000; }
a { background-color: rgb(200,96,0); }
div.DivClassName
{
background-color: #C86000;
}
.BgClassName
{
background-color: #C86000;
}
</style>
border-color css
<style>
span { border-color: #C86000; }
span { border-color: rgb(200,96,0); }
td.TdClassName
{
border-color: #C86000;
}
.TagClassName
{
border-color: #C86000;
}
</style>