Shades of Tenne (Tawny) #C86507
Tints of Tenne (Tawny) #C86507
RGB
CMYK
RGB Variations
Color information
#C86507 (or 0xC86507) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 07. RGB value is (200,101,7). Sum of RGB (Red+Green+Blue) = 200+101+7=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C86507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86507 is #379AF8. Grayscale: #787878. Windows color (decimal): -3644153 or 484808. OLE color: 484808.
HSL color Cylindrical-coordinate representation of color #C86507: hue angle of 29.22º 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 #C86507 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.22 |
| HSL | 29.22º | 0.93% | 0.41% | - |
| HSV(B) | 29.22º | 0.97% | 0.78% | - |
| XYZ | 28.51 | 21.6 | 2.87 | - |
| YUV | 119.89 | 64.3 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 7 | 0 | 0.49 | 0.96 | 0.22 | 29.22 | 0.93 | 0.41 |
| Hex | C8 | 65 | 7 | 0 | 31 | 60 | 16 | 1D | 5D | 29 |
| Octal | 310 | 145 | 7 | 0 | 61 | 140 | 26 | 35 | 135 | 51 |
| Binary | 11001000 | 1100101 | 111 | 0 | 110001 | 1100000 | 10110 | 11101 | 1011101 | 101001 |
Color Harmonies of #C86507
Complementary color
Monochromatic Colors of #C86507
Black with #C86507
Text Example
Text Example
White with #C86507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86507; }
p { color: rgb(200,101,7); }
H1.HeaderClassName
{
color: #C86507;
}
.AnyTagClassName
{
color: #C86507;
}
</style>
background-color css
<style>
a { background-color: #C86507; }
a { background-color: rgb(200,101,7); }
div.DivClassName
{
background-color: #C86507;
}
.BgClassName
{
background-color: #C86507;
}
</style>
border-color css
<style>
span { border-color: #C86507; }
span { border-color: rgb(200,101,7); }
td.TdClassName
{
border-color: #C86507;
}
.TagClassName
{
border-color: #C86507;
}
</style>