Shades of Tenne (Tawny) #C86306
Tints of Tenne (Tawny) #C86306
RGB
CMYK
RGB Variations
Color information
#C86306 (or 0xC86306) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 06. RGB value is (200,99,6). Sum of RGB (Red+Green+Blue) = 200+99+6=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C86306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86306 is #379CF9. Grayscale: #777777. Windows color (decimal): -3644666 or 418760. OLE color: 418760.
HSL color Cylindrical-coordinate representation of color #C86306: hue angle of 28.76º 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 #C86306 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.22 |
| HSL | 28.76º | 0.94% | 0.4% | - |
| HSV(B) | 28.76º | 0.97% | 0.78% | - |
| XYZ | 28.31 | 21.22 | 2.78 | - |
| YUV | 118.6 | 64.46 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 6 | 0 | 0.50 | 0.97 | 0.22 | 28.76 | 0.94 | 0.4 |
| Hex | C8 | 63 | 6 | 0 | 32 | 61 | 16 | 1D | 5E | 28 |
| Octal | 310 | 143 | 6 | 0 | 62 | 141 | 26 | 35 | 136 | 50 |
| Binary | 11001000 | 1100011 | 110 | 0 | 110010 | 1100001 | 10110 | 11101 | 1011110 | 101000 |
Color Harmonies of #C86306
Complementary color
Monochromatic Colors of #C86306
Black with #C86306
Text Example
Text Example
White with #C86306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86306; }
p { color: rgb(200,99,6); }
H1.HeaderClassName
{
color: #C86306;
}
.AnyTagClassName
{
color: #C86306;
}
</style>
background-color css
<style>
a { background-color: #C86306; }
a { background-color: rgb(200,99,6); }
div.DivClassName
{
background-color: #C86306;
}
.BgClassName
{
background-color: #C86306;
}
</style>
border-color css
<style>
span { border-color: #C86306; }
span { border-color: rgb(200,99,6); }
td.TdClassName
{
border-color: #C86306;
}
.TagClassName
{
border-color: #C86306;
}
</style>