Shades of Tenne (Tawny) #C76304
Tints of Tenne (Tawny) #C76304
RGB
CMYK
RGB Variations
Color information
#C76304 (or 0xC76304) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 04. RGB value is (199,99,4). Sum of RGB (Red+Green+Blue) = 199+99+4=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C76304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76304 is #389CFB. Grayscale: #767676. Windows color (decimal): -3710204 or 287687. OLE color: 287687.
HSL color Cylindrical-coordinate representation of color #C76304: hue angle of 29.23º degrees, saturation: 0.96, 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 #C76304 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.22 |
| HSL | 29.23º | 0.96% | 0.4% | - |
| HSV(B) | 29.23º | 0.98% | 0.78% | - |
| XYZ | 28.04 | 21.07 | 2.7 | - |
| YUV | 118.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 4 | 0 | 0.50 | 0.98 | 0.22 | 29.23 | 0.96 | 0.4 |
| Hex | C7 | 63 | 4 | 0 | 32 | 62 | 16 | 1D | 60 | 28 |
| Octal | 307 | 143 | 4 | 0 | 62 | 142 | 26 | 35 | 140 | 50 |
| Binary | 11000111 | 1100011 | 100 | 0 | 110010 | 1100010 | 10110 | 11101 | 1100000 | 101000 |
Color Harmonies of #C76304
Complementary color
Monochromatic Colors of #C76304
Black with #C76304
Text Example
Text Example
White with #C76304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76304; }
p { color: rgb(199,99,4); }
H1.HeaderClassName
{
color: #C76304;
}
.AnyTagClassName
{
color: #C76304;
}
</style>
background-color css
<style>
a { background-color: #C76304; }
a { background-color: rgb(199,99,4); }
div.DivClassName
{
background-color: #C76304;
}
.BgClassName
{
background-color: #C76304;
}
</style>
border-color css
<style>
span { border-color: #C76304; }
span { border-color: rgb(199,99,4); }
td.TdClassName
{
border-color: #C76304;
}
.TagClassName
{
border-color: #C76304;
}
</style>