Shades of Tenne (Tawny) #C86407
Tints of Tenne (Tawny) #C86407
RGB
CMYK
RGB Variations
Color information
#C86407 (or 0xC86407) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 07. RGB value is (200,100,7). Sum of RGB (Red+Green+Blue) = 200+100+7=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C86407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86407 is #379BF8. Grayscale: #777777. Windows color (decimal): -3644409 or 484552. OLE color: 484552.
HSL color Cylindrical-coordinate representation of color #C86407: hue angle of 28.91º degrees, saturation: 0.93, 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 #C86407 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 7 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.22 |
| HSL | 28.91º | 0.93% | 0.41% | - |
| HSV(B) | 28.91º | 0.97% | 0.78% | - |
| XYZ | 28.41 | 21.41 | 2.84 | - |
| YUV | 119.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 7 | 0 | 0.5 | 0.96 | 0.22 | 28.91 | 0.93 | 0.41 |
| Hex | C8 | 64 | 7 | 0 | 32 | 60 | 16 | 1D | 5D | 29 |
| Octal | 310 | 144 | 7 | 0 | 62 | 140 | 26 | 35 | 135 | 51 |
| Binary | 11001000 | 1100100 | 111 | 0 | 110010 | 1100000 | 10110 | 11101 | 1011101 | 101001 |
Color Harmonies of #C86407
Complementary color
Monochromatic Colors of #C86407
Black with #C86407
Text Example
Text Example
White with #C86407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86407; }
p { color: rgb(200,100,7); }
H1.HeaderClassName
{
color: #C86407;
}
.AnyTagClassName
{
color: #C86407;
}
</style>
background-color css
<style>
a { background-color: #C86407; }
a { background-color: rgb(200,100,7); }
div.DivClassName
{
background-color: #C86407;
}
.BgClassName
{
background-color: #C86407;
}
</style>
border-color css
<style>
span { border-color: #C86407; }
span { border-color: rgb(200,100,7); }
td.TdClassName
{
border-color: #C86407;
}
.TagClassName
{
border-color: #C86407;
}
</style>