Shades of Tenne (Tawny) #C86606
Tints of Tenne (Tawny) #C86606
RGB
CMYK
RGB Variations
Color information
#C86606 (or 0xC86606) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 06. RGB value is (200,102,6). Sum of RGB (Red+Green+Blue) = 200+102+6=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C86606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86606 is #3799F9. Grayscale: #787878. Windows color (decimal): -3643898 or 419528. OLE color: 419528.
HSL color Cylindrical-coordinate representation of color #C86606: hue angle of 29.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C86606 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.22 |
| HSL | 29.69º | 0.94% | 0.4% | - |
| HSV(B) | 29.69º | 0.97% | 0.78% | - |
| XYZ | 28.6 | 21.8 | 2.87 | - |
| YUV | 120.36 | 63.47 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 6 | 0 | 0.49 | 0.97 | 0.22 | 29.69 | 0.94 | 0.4 |
| Hex | C8 | 66 | 6 | 0 | 31 | 61 | 16 | 1E | 5E | 28 |
| Octal | 310 | 146 | 6 | 0 | 61 | 141 | 26 | 36 | 136 | 50 |
| Binary | 11001000 | 1100110 | 110 | 0 | 110001 | 1100001 | 10110 | 11110 | 1011110 | 101000 |
Color Harmonies of #C86606
Complementary color
Monochromatic Colors of #C86606
Black with #C86606
Text Example
Text Example
White with #C86606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86606; }
p { color: rgb(200,102,6); }
H1.HeaderClassName
{
color: #C86606;
}
.AnyTagClassName
{
color: #C86606;
}
</style>
background-color css
<style>
a { background-color: #C86606; }
a { background-color: rgb(200,102,6); }
div.DivClassName
{
background-color: #C86606;
}
.BgClassName
{
background-color: #C86606;
}
</style>
border-color css
<style>
span { border-color: #C86606; }
span { border-color: rgb(200,102,6); }
td.TdClassName
{
border-color: #C86606;
}
.TagClassName
{
border-color: #C86606;
}
</style>