Shades of Tenne (Tawny) #C46007
Tints of Tenne (Tawny) #C46007
RGB
CMYK
RGB Variations
Color information
#C46007 (or 0xC46007) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 07. RGB value is (196,96,7). Sum of RGB (Red+Green+Blue) = 196+96+7=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C46007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46007 is #3B9FF8. Grayscale: #747474. Windows color (decimal): -3907577 or 483524. OLE color: 483524.
HSL color Cylindrical-coordinate representation of color #C46007: hue angle of 28.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C46007 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 7 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.23 |
| HSL | 28.25º | 0.93% | 0.4% | - |
| HSV(B) | 28.25º | 0.96% | 0.77% | - |
| XYZ | 26.99 | 20.12 | 2.66 | - |
| YUV | 115.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 7 | 0 | 0.51 | 0.96 | 0.23 | 28.25 | 0.93 | 0.4 |
| Hex | C4 | 60 | 7 | 0 | 33 | 60 | 17 | 1C | 5D | 28 |
| Octal | 304 | 140 | 7 | 0 | 63 | 140 | 27 | 34 | 135 | 50 |
| Binary | 11000100 | 1100000 | 111 | 0 | 110011 | 1100000 | 10111 | 11100 | 1011101 | 101000 |
Color Harmonies of #C46007
Complementary color
Monochromatic Colors of #C46007
Black with #C46007
Text Example
Text Example
White with #C46007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46007; }
p { color: rgb(196,96,7); }
H1.HeaderClassName
{
color: #C46007;
}
.AnyTagClassName
{
color: #C46007;
}
</style>
background-color css
<style>
a { background-color: #C46007; }
a { background-color: rgb(196,96,7); }
div.DivClassName
{
background-color: #C46007;
}
.BgClassName
{
background-color: #C46007;
}
</style>
border-color css
<style>
span { border-color: #C46007; }
span { border-color: rgb(196,96,7); }
td.TdClassName
{
border-color: #C46007;
}
.TagClassName
{
border-color: #C46007;
}
</style>