Shades of Tenne (Tawny) #C86D08
Tints of Tenne (Tawny) #C86D08
RGB
CMYK
RGB Variations
Color information
#C86D08 (or 0xC86D08) is known color: Tenne (Tawny). HEX triplet: C8, 6D and 08. RGB value is (200,109,8). Sum of RGB (Red+Green+Blue) = 200+109+8=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D08 is #3792F7. Grayscale: #7D7D7D. Windows color (decimal): -3642104 or 552392. OLE color: 552392.
HSL color Cylindrical-coordinate representation of color #C86D08: hue angle of 31.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C86D08 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.22 |
| HSL | 31.56º | 0.92% | 0.41% | - |
| HSV(B) | 31.56º | 0.96% | 0.78% | - |
| XYZ | 29.33 | 23.23 | 3.17 | - |
| YUV | 124.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 8 | 0 | 0.46 | 0.96 | 0.22 | 31.56 | 0.92 | 0.41 |
| Hex | C8 | 6D | 8 | 0 | 2E | 60 | 16 | 20 | 5C | 29 |
| Octal | 310 | 155 | 10 | 0 | 56 | 140 | 26 | 40 | 134 | 51 |
| Binary | 11001000 | 1101101 | 1000 | 0 | 101110 | 1100000 | 10110 | 100000 | 1011100 | 101001 |
Color Harmonies of #C86D08
Complementary color
Monochromatic Colors of #C86D08
Black with #C86D08
Text Example
Text Example
White with #C86D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D08; }
p { color: rgb(200,109,8); }
H1.HeaderClassName
{
color: #C86D08;
}
.AnyTagClassName
{
color: #C86D08;
}
</style>
background-color css
<style>
a { background-color: #C86D08; }
a { background-color: rgb(200,109,8); }
div.DivClassName
{
background-color: #C86D08;
}
.BgClassName
{
background-color: #C86D08;
}
</style>
border-color css
<style>
span { border-color: #C86D08; }
span { border-color: rgb(200,109,8); }
td.TdClassName
{
border-color: #C86D08;
}
.TagClassName
{
border-color: #C86D08;
}
</style>