Shades of Tenne (Tawny) #C86D00
Tints of Tenne (Tawny) #C86D00
RGB
CMYK
RGB Variations
Color information
#C86D00 (or 0xC86D00) is known color: Tenne (Tawny). HEX triplet: C8, 6D and 00. RGB value is (200,109,0). Sum of RGB (Red+Green+Blue) = 200+109+0=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D00 is #3792FF. Grayscale: #7C7C7C. Windows color (decimal): -3642112 or 28104. OLE color: 28104.
HSL color Cylindrical-coordinate representation of color #C86D00: hue angle of 32.7º 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 #C86D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.22 |
| HSL | 32.7º | 1% | 0.39% | - |
| HSV(B) | 32.7º | 1% | 0.78% | - |
| XYZ | 29.29 | 23.22 | 2.94 | - |
| YUV | 123.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 0 | 0 | 0.46 | 1 | 0.22 | 32.7 | 1 | 0.39 |
| Hex | C8 | 6D | 0 | 0 | 2E | 64 | 16 | 21 | 64 | 27 |
| Octal | 310 | 155 | 0 | 0 | 56 | 144 | 26 | 41 | 144 | 47 |
| Binary | 11001000 | 1101101 | 0 | 0 | 101110 | 1100100 | 10110 | 100001 | 1100100 | 100111 |
Color Harmonies of #C86D00
Complementary color
Monochromatic Colors of #C86D00
Black with #C86D00
Text Example
Text Example
White with #C86D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D00; }
p { color: rgb(200,109,0); }
H1.HeaderClassName
{
color: #C86D00;
}
.AnyTagClassName
{
color: #C86D00;
}
</style>
background-color css
<style>
a { background-color: #C86D00; }
a { background-color: rgb(200,109,0); }
div.DivClassName
{
background-color: #C86D00;
}
.BgClassName
{
background-color: #C86D00;
}
</style>
border-color css
<style>
span { border-color: #C86D00; }
span { border-color: rgb(200,109,0); }
td.TdClassName
{
border-color: #C86D00;
}
.TagClassName
{
border-color: #C86D00;
}
</style>