Shades of Tenne (Tawny) #C86605
Tints of Tenne (Tawny) #C86605
RGB
CMYK
RGB Variations
Color information
#C86605 (or 0xC86605) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 05. RGB value is (200,102,5). Sum of RGB (Red+Green+Blue) = 200+102+5=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C86605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86605 is #3799FA. Grayscale: #787878. Windows color (decimal): -3643899 or 353992. OLE color: 353992.
HSL color Cylindrical-coordinate representation of color #C86605: hue angle of 29.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86605 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.22 |
| HSL | 29.85º | 0.95% | 0.4% | - |
| HSV(B) | 29.85º | 0.98% | 0.78% | - |
| XYZ | 28.6 | 21.79 | 2.84 | - |
| YUV | 120.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 5 | 0 | 0.49 | 0.98 | 0.22 | 29.85 | 0.95 | 0.4 |
| Hex | C8 | 66 | 5 | 0 | 31 | 62 | 16 | 1E | 5F | 28 |
| Octal | 310 | 146 | 5 | 0 | 61 | 142 | 26 | 36 | 137 | 50 |
| Binary | 11001000 | 1100110 | 101 | 0 | 110001 | 1100010 | 10110 | 11110 | 1011111 | 101000 |
Color Harmonies of #C86605
Complementary color
Monochromatic Colors of #C86605
Black with #C86605
Text Example
Text Example
White with #C86605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86605; }
p { color: rgb(200,102,5); }
H1.HeaderClassName
{
color: #C86605;
}
.AnyTagClassName
{
color: #C86605;
}
</style>
background-color css
<style>
a { background-color: #C86605; }
a { background-color: rgb(200,102,5); }
div.DivClassName
{
background-color: #C86605;
}
.BgClassName
{
background-color: #C86605;
}
</style>
border-color css
<style>
span { border-color: #C86605; }
span { border-color: rgb(200,102,5); }
td.TdClassName
{
border-color: #C86605;
}
.TagClassName
{
border-color: #C86605;
}
</style>