Shades of Tenne (Tawny) #C46204
Tints of Tenne (Tawny) #C46204
RGB
CMYK
RGB Variations
Color information
#C46204 (or 0xC46204) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 04. RGB value is (196,98,4). Sum of RGB (Red+Green+Blue) = 196+98+4=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C46204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46204 is #3B9DFB. Grayscale: #757575. Windows color (decimal): -3907068 or 287428. OLE color: 287428.
HSL color Cylindrical-coordinate representation of color #C46204: hue angle of 29.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C46204 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 4 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.23 |
| HSL | 29.38º | 0.96% | 0.39% | - |
| HSV(B) | 29.38º | 0.98% | 0.77% | - |
| XYZ | 27.15 | 20.48 | 2.64 | - |
| YUV | 116.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 4 | 0 | 0.5 | 0.98 | 0.23 | 29.38 | 0.96 | 0.39 |
| Hex | C4 | 62 | 4 | 0 | 32 | 62 | 17 | 1D | 60 | 27 |
| Octal | 304 | 142 | 4 | 0 | 62 | 142 | 27 | 35 | 140 | 47 |
| Binary | 11000100 | 1100010 | 100 | 0 | 110010 | 1100010 | 10111 | 11101 | 1100000 | 100111 |
Color Harmonies of #C46204
Complementary color
Monochromatic Colors of #C46204
Black with #C46204
Text Example
Text Example
White with #C46204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46204; }
p { color: rgb(196,98,4); }
H1.HeaderClassName
{
color: #C46204;
}
.AnyTagClassName
{
color: #C46204;
}
</style>
background-color css
<style>
a { background-color: #C46204; }
a { background-color: rgb(196,98,4); }
div.DivClassName
{
background-color: #C46204;
}
.BgClassName
{
background-color: #C46204;
}
</style>
border-color css
<style>
span { border-color: #C46204; }
span { border-color: rgb(196,98,4); }
td.TdClassName
{
border-color: #C46204;
}
.TagClassName
{
border-color: #C46204;
}
</style>