Shades of Tenne (Tawny) #C86408
Tints of Tenne (Tawny) #C86408
RGB
CMYK
RGB Variations
Color information
#C86408 (or 0xC86408) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 08. RGB value is (200,100,8). Sum of RGB (Red+Green+Blue) = 200+100+8=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C86408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86408 is #379BF7. Grayscale: #777777. Windows color (decimal): -3644408 or 550088. OLE color: 550088.
HSL color Cylindrical-coordinate representation of color #C86408: hue angle of 28.75º 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 #C86408 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 8 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.22 |
| HSL | 28.75º | 0.92% | 0.41% | - |
| HSV(B) | 28.75º | 0.96% | 0.78% | - |
| XYZ | 28.42 | 21.41 | 2.86 | - |
| YUV | 119.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 8 | 0 | 0.5 | 0.96 | 0.22 | 28.75 | 0.92 | 0.41 |
| Hex | C8 | 64 | 8 | 0 | 32 | 60 | 16 | 1D | 5C | 29 |
| Octal | 310 | 144 | 10 | 0 | 62 | 140 | 26 | 35 | 134 | 51 |
| Binary | 11001000 | 1100100 | 1000 | 0 | 110010 | 1100000 | 10110 | 11101 | 1011100 | 101001 |
Color Harmonies of #C86408
Complementary color
Monochromatic Colors of #C86408
Black with #C86408
Text Example
Text Example
White with #C86408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86408; }
p { color: rgb(200,100,8); }
H1.HeaderClassName
{
color: #C86408;
}
.AnyTagClassName
{
color: #C86408;
}
</style>
background-color css
<style>
a { background-color: #C86408; }
a { background-color: rgb(200,100,8); }
div.DivClassName
{
background-color: #C86408;
}
.BgClassName
{
background-color: #C86408;
}
</style>
border-color css
<style>
span { border-color: #C86408; }
span { border-color: rgb(200,100,8); }
td.TdClassName
{
border-color: #C86408;
}
.TagClassName
{
border-color: #C86408;
}
</style>