Shades of Tenne (Tawny) #C76206
Tints of Tenne (Tawny) #C76206
RGB
CMYK
RGB Variations
Color information
#C76206 (or 0xC76206) is known color: Tenne (Tawny). HEX triplet: C7, 62 and 06. RGB value is (199,98,6). Sum of RGB (Red+Green+Blue) = 199+98+6=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C76206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76206 is #389DF9. Grayscale: #767676. Windows color (decimal): -3710458 or 418503. OLE color: 418503.
HSL color Cylindrical-coordinate representation of color #C76206: hue angle of 28.6º 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 #C76206 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.22 |
| HSL | 28.6º | 0.94% | 0.4% | - |
| HSV(B) | 28.6º | 0.97% | 0.78% | - |
| XYZ | 27.95 | 20.89 | 2.73 | - |
| YUV | 117.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 6 | 0 | 0.51 | 0.97 | 0.22 | 28.6 | 0.94 | 0.4 |
| Hex | C7 | 62 | 6 | 0 | 33 | 61 | 16 | 1D | 5E | 28 |
| Octal | 307 | 142 | 6 | 0 | 63 | 141 | 26 | 35 | 136 | 50 |
| Binary | 11000111 | 1100010 | 110 | 0 | 110011 | 1100001 | 10110 | 11101 | 1011110 | 101000 |
Color Harmonies of #C76206
Complementary color
Monochromatic Colors of #C76206
Black with #C76206
Text Example
Text Example
White with #C76206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76206; }
p { color: rgb(199,98,6); }
H1.HeaderClassName
{
color: #C76206;
}
.AnyTagClassName
{
color: #C76206;
}
</style>
background-color css
<style>
a { background-color: #C76206; }
a { background-color: rgb(199,98,6); }
div.DivClassName
{
background-color: #C76206;
}
.BgClassName
{
background-color: #C76206;
}
</style>
border-color css
<style>
span { border-color: #C76206; }
span { border-color: rgb(199,98,6); }
td.TdClassName
{
border-color: #C76206;
}
.TagClassName
{
border-color: #C76206;
}
</style>