Shades of Tenne (Tawny) #C76306
Tints of Tenne (Tawny) #C76306
RGB
CMYK
RGB Variations
Color information
#C76306 (or 0xC76306) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 06. RGB value is (199,99,6). Sum of RGB (Red+Green+Blue) = 199+99+6=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C76306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76306 is #389CF9. Grayscale: #767676. Windows color (decimal): -3710202 or 418759. OLE color: 418759.
HSL color Cylindrical-coordinate representation of color #C76306: hue angle of 28.91º 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 #C76306 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.22 |
| HSL | 28.91º | 0.94% | 0.4% | - |
| HSV(B) | 28.91º | 0.97% | 0.78% | - |
| XYZ | 28.05 | 21.08 | 2.76 | - |
| YUV | 118.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 6 | 0 | 0.50 | 0.97 | 0.22 | 28.91 | 0.94 | 0.4 |
| Hex | C7 | 63 | 6 | 0 | 32 | 61 | 16 | 1D | 5E | 28 |
| Octal | 307 | 143 | 6 | 0 | 62 | 141 | 26 | 35 | 136 | 50 |
| Binary | 11000111 | 1100011 | 110 | 0 | 110010 | 1100001 | 10110 | 11101 | 1011110 | 101000 |
Color Harmonies of #C76306
Complementary color
Monochromatic Colors of #C76306
Black with #C76306
Text Example
Text Example
White with #C76306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76306; }
p { color: rgb(199,99,6); }
H1.HeaderClassName
{
color: #C76306;
}
.AnyTagClassName
{
color: #C76306;
}
</style>
background-color css
<style>
a { background-color: #C76306; }
a { background-color: rgb(199,99,6); }
div.DivClassName
{
background-color: #C76306;
}
.BgClassName
{
background-color: #C76306;
}
</style>
border-color css
<style>
span { border-color: #C76306; }
span { border-color: rgb(199,99,6); }
td.TdClassName
{
border-color: #C76306;
}
.TagClassName
{
border-color: #C76306;
}
</style>