Shades of Tenne (Tawny) #C46304
Tints of Tenne (Tawny) #C46304
RGB
CMYK
RGB Variations
Color information
#C46304 (or 0xC46304) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 04. RGB value is (196,99,4). Sum of RGB (Red+Green+Blue) = 196+99+4=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C46304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46304 is #3B9CFB. Grayscale: #757575. Windows color (decimal): -3906812 or 287684. OLE color: 287684.
HSL color Cylindrical-coordinate representation of color #C46304: hue angle of 29.69º 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 #C46304 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.23 |
| HSL | 29.69º | 0.96% | 0.39% | - |
| HSV(B) | 29.69º | 0.98% | 0.77% | - |
| XYZ | 27.25 | 20.67 | 2.67 | - |
| YUV | 117.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 4 | 0 | 0.49 | 0.98 | 0.23 | 29.69 | 0.96 | 0.39 |
| Hex | C4 | 63 | 4 | 0 | 31 | 62 | 17 | 1E | 60 | 27 |
| Octal | 304 | 143 | 4 | 0 | 61 | 142 | 27 | 36 | 140 | 47 |
| Binary | 11000100 | 1100011 | 100 | 0 | 110001 | 1100010 | 10111 | 11110 | 1100000 | 100111 |
Color Harmonies of #C46304
Complementary color
Monochromatic Colors of #C46304
Black with #C46304
Text Example
Text Example
White with #C46304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46304; }
p { color: rgb(196,99,4); }
H1.HeaderClassName
{
color: #C46304;
}
.AnyTagClassName
{
color: #C46304;
}
</style>
background-color css
<style>
a { background-color: #C46304; }
a { background-color: rgb(196,99,4); }
div.DivClassName
{
background-color: #C46304;
}
.BgClassName
{
background-color: #C46304;
}
</style>
border-color css
<style>
span { border-color: #C46304; }
span { border-color: rgb(196,99,4); }
td.TdClassName
{
border-color: #C46304;
}
.TagClassName
{
border-color: #C46304;
}
</style>