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