Shades of Tenne (Tawny) #C46B04
Tints of Tenne (Tawny) #C46B04
RGB
CMYK
RGB Variations
Color information
#C46B04 (or 0xC46B04) is known color: Tenne (Tawny). HEX triplet: C4, 6B and 04. RGB value is (196,107,4). Sum of RGB (Red+Green+Blue) = 196+107+4=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46B04 is #3B94FB. Grayscale: #7A7A7A. Windows color (decimal): -3904764 or 289732. OLE color: 289732.
HSL color Cylindrical-coordinate representation of color #C46B04: hue angle of 32.19º 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 #C46B04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.23 |
| HSL | 32.19º | 0.96% | 0.39% | - |
| HSV(B) | 32.19º | 0.98% | 0.77% | - |
| XYZ | 28.04 | 22.26 | 2.93 | - |
| YUV | 121.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 4 | 0 | 0.45 | 0.98 | 0.23 | 32.19 | 0.96 | 0.39 |
| Hex | C4 | 6B | 4 | 0 | 2D | 62 | 17 | 20 | 60 | 27 |
| Octal | 304 | 153 | 4 | 0 | 55 | 142 | 27 | 40 | 140 | 47 |
| Binary | 11000100 | 1101011 | 100 | 0 | 101101 | 1100010 | 10111 | 100000 | 1100000 | 100111 |
Color Harmonies of #C46B04
Complementary color
Monochromatic Colors of #C46B04
Black with #C46B04
Text Example
Text Example
White with #C46B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B04; }
p { color: rgb(196,107,4); }
H1.HeaderClassName
{
color: #C46B04;
}
.AnyTagClassName
{
color: #C46B04;
}
</style>
background-color css
<style>
a { background-color: #C46B04; }
a { background-color: rgb(196,107,4); }
div.DivClassName
{
background-color: #C46B04;
}
.BgClassName
{
background-color: #C46B04;
}
</style>
border-color css
<style>
span { border-color: #C46B04; }
span { border-color: rgb(196,107,4); }
td.TdClassName
{
border-color: #C46B04;
}
.TagClassName
{
border-color: #C46B04;
}
</style>