Shades of Tenne (Tawny) #C46A04
Tints of Tenne (Tawny) #C46A04
RGB
CMYK
RGB Variations
Color information
#C46A04 (or 0xC46A04) is known color: Tenne (Tawny). HEX triplet: C4, 6A and 04. RGB value is (196,106,4). Sum of RGB (Red+Green+Blue) = 196+106+4=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A04 is #3B95FB. Grayscale: #797979. Windows color (decimal): -3905020 or 289476. OLE color: 289476.
HSL color Cylindrical-coordinate representation of color #C46A04: hue angle of 31.88º 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 #C46A04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.23 |
| HSL | 31.88º | 0.96% | 0.39% | - |
| HSV(B) | 31.88º | 0.98% | 0.77% | - |
| XYZ | 27.94 | 22.05 | 2.9 | - |
| YUV | 121.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 4 | 0 | 0.46 | 0.98 | 0.23 | 31.88 | 0.96 | 0.39 |
| Hex | C4 | 6A | 4 | 0 | 2E | 62 | 17 | 20 | 60 | 27 |
| Octal | 304 | 152 | 4 | 0 | 56 | 142 | 27 | 40 | 140 | 47 |
| Binary | 11000100 | 1101010 | 100 | 0 | 101110 | 1100010 | 10111 | 100000 | 1100000 | 100111 |
Color Harmonies of #C46A04
Complementary color
Monochromatic Colors of #C46A04
Black with #C46A04
Text Example
Text Example
White with #C46A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A04; }
p { color: rgb(196,106,4); }
H1.HeaderClassName
{
color: #C46A04;
}
.AnyTagClassName
{
color: #C46A04;
}
</style>
background-color css
<style>
a { background-color: #C46A04; }
a { background-color: rgb(196,106,4); }
div.DivClassName
{
background-color: #C46A04;
}
.BgClassName
{
background-color: #C46A04;
}
</style>
border-color css
<style>
span { border-color: #C46A04; }
span { border-color: rgb(196,106,4); }
td.TdClassName
{
border-color: #C46A04;
}
.TagClassName
{
border-color: #C46A04;
}
</style>