Shades of Tenne (Tawny) #C46101
Tints of Tenne (Tawny) #C46101
RGB
CMYK
RGB Variations
Color information
#C46101 (or 0xC46101) is known color: Tenne (Tawny). HEX triplet: C4, 61 and 01. RGB value is (196,97,1). Sum of RGB (Red+Green+Blue) = 196+97+1=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C46101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46101 is #3B9EFE. Grayscale: #747474. Windows color (decimal): -3907327 or 90564. OLE color: 90564.
HSL color Cylindrical-coordinate representation of color #C46101: hue angle of 29.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C46101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.23 |
| HSL | 29.54º | 0.99% | 0.39% | - |
| HSV(B) | 29.54º | 0.99% | 0.77% | - |
| XYZ | 27.05 | 20.29 | 2.52 | - |
| YUV | 115.66 | 63.3 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 1 | 0 | 0.51 | 0.99 | 0.23 | 29.54 | 0.99 | 0.39 |
| Hex | C4 | 61 | 1 | 0 | 33 | 63 | 17 | 1E | 63 | 27 |
| Octal | 304 | 141 | 1 | 0 | 63 | 143 | 27 | 36 | 143 | 47 |
| Binary | 11000100 | 1100001 | 1 | 0 | 110011 | 1100011 | 10111 | 11110 | 1100011 | 100111 |
Color Harmonies of #C46101
Complementary color
Monochromatic Colors of #C46101
Black with #C46101
Text Example
Text Example
White with #C46101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46101; }
p { color: rgb(196,97,1); }
H1.HeaderClassName
{
color: #C46101;
}
.AnyTagClassName
{
color: #C46101;
}
</style>
background-color css
<style>
a { background-color: #C46101; }
a { background-color: rgb(196,97,1); }
div.DivClassName
{
background-color: #C46101;
}
.BgClassName
{
background-color: #C46101;
}
</style>
border-color css
<style>
span { border-color: #C46101; }
span { border-color: rgb(196,97,1); }
td.TdClassName
{
border-color: #C46101;
}
.TagClassName
{
border-color: #C46101;
}
</style>