Shades of Tenne (Tawny) #C86807
Tints of Tenne (Tawny) #C86807
RGB
CMYK
RGB Variations
Color information
#C86807 (or 0xC86807) is known color: Tenne (Tawny). HEX triplet: C8, 68 and 07. RGB value is (200,104,7). Sum of RGB (Red+Green+Blue) = 200+104+7=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C86807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86807 is #3797F8. Grayscale: #7A7A7A. Windows color (decimal): -3643385 or 485576. OLE color: 485576.
HSL color Cylindrical-coordinate representation of color #C86807: hue angle of 30.16º 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 #C86807 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 7 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.22 |
| HSL | 30.16º | 0.93% | 0.41% | - |
| HSV(B) | 30.16º | 0.97% | 0.78% | - |
| XYZ | 28.81 | 22.2 | 2.97 | - |
| YUV | 121.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 7 | 0 | 0.48 | 0.96 | 0.22 | 30.16 | 0.93 | 0.41 |
| Hex | C8 | 68 | 7 | 0 | 30 | 60 | 16 | 1E | 5D | 29 |
| Octal | 310 | 150 | 7 | 0 | 60 | 140 | 26 | 36 | 135 | 51 |
| Binary | 11001000 | 1101000 | 111 | 0 | 110000 | 1100000 | 10110 | 11110 | 1011101 | 101001 |
Color Harmonies of #C86807
Complementary color
Monochromatic Colors of #C86807
Black with #C86807
Text Example
Text Example
White with #C86807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86807; }
p { color: rgb(200,104,7); }
H1.HeaderClassName
{
color: #C86807;
}
.AnyTagClassName
{
color: #C86807;
}
</style>
background-color css
<style>
a { background-color: #C86807; }
a { background-color: rgb(200,104,7); }
div.DivClassName
{
background-color: #C86807;
}
.BgClassName
{
background-color: #C86807;
}
</style>
border-color css
<style>
span { border-color: #C86807; }
span { border-color: rgb(200,104,7); }
td.TdClassName
{
border-color: #C86807;
}
.TagClassName
{
border-color: #C86807;
}
</style>