Shades of Tenne (Tawny) #C46401
Tints of Tenne (Tawny) #C46401
RGB
CMYK
RGB Variations
Color information
#C46401 (or 0xC46401) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 01. RGB value is (196,100,1). Sum of RGB (Red+Green+Blue) = 196+100+1=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C46401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46401 is #3B9BFE. Grayscale: #757575. Windows color (decimal): -3906559 or 91332. OLE color: 91332.
HSL color Cylindrical-coordinate representation of color #C46401: hue angle of 30.46º 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 #C46401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.23 |
| HSL | 30.46º | 0.99% | 0.39% | - |
| HSV(B) | 30.46º | 0.99% | 0.77% | - |
| XYZ | 27.33 | 20.85 | 2.61 | - |
| YUV | 117.42 | 62.3 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 1 | 0 | 0.49 | 0.99 | 0.23 | 30.46 | 0.99 | 0.39 |
| Hex | C4 | 64 | 1 | 0 | 31 | 63 | 17 | 1E | 63 | 27 |
| Octal | 304 | 144 | 1 | 0 | 61 | 143 | 27 | 36 | 143 | 47 |
| Binary | 11000100 | 1100100 | 1 | 0 | 110001 | 1100011 | 10111 | 11110 | 1100011 | 100111 |
Color Harmonies of #C46401
Complementary color
Monochromatic Colors of #C46401
Black with #C46401
Text Example
Text Example
White with #C46401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46401; }
p { color: rgb(196,100,1); }
H1.HeaderClassName
{
color: #C46401;
}
.AnyTagClassName
{
color: #C46401;
}
</style>
background-color css
<style>
a { background-color: #C46401; }
a { background-color: rgb(196,100,1); }
div.DivClassName
{
background-color: #C46401;
}
.BgClassName
{
background-color: #C46401;
}
</style>
border-color css
<style>
span { border-color: #C46401; }
span { border-color: rgb(196,100,1); }
td.TdClassName
{
border-color: #C46401;
}
.TagClassName
{
border-color: #C46401;
}
</style>