Shades of Tenne (Tawny) #C46601
Tints of Tenne (Tawny) #C46601
RGB
CMYK
RGB Variations
Color information
#C46601 (or 0xC46601) is known color: Tenne (Tawny). HEX triplet: C4, 66 and 01. RGB value is (196,102,1). Sum of RGB (Red+Green+Blue) = 196+102+1=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C46601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46601 is #3B99FE. Grayscale: #777777. Windows color (decimal): -3906047 or 91844. OLE color: 91844.
HSL color Cylindrical-coordinate representation of color #C46601: hue angle of 31.08º 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 #C46601 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.23 |
| HSL | 31.08º | 0.99% | 0.39% | - |
| HSV(B) | 31.08º | 0.99% | 0.77% | - |
| XYZ | 27.52 | 21.24 | 2.68 | - |
| YUV | 118.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 1 | 0 | 0.48 | 0.99 | 0.23 | 31.08 | 0.99 | 0.39 |
| Hex | C4 | 66 | 1 | 0 | 30 | 63 | 17 | 1F | 63 | 27 |
| Octal | 304 | 146 | 1 | 0 | 60 | 143 | 27 | 37 | 143 | 47 |
| Binary | 11000100 | 1100110 | 1 | 0 | 110000 | 1100011 | 10111 | 11111 | 1100011 | 100111 |
Color Harmonies of #C46601
Complementary color
Monochromatic Colors of #C46601
Black with #C46601
Text Example
Text Example
White with #C46601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46601; }
p { color: rgb(196,102,1); }
H1.HeaderClassName
{
color: #C46601;
}
.AnyTagClassName
{
color: #C46601;
}
</style>
background-color css
<style>
a { background-color: #C46601; }
a { background-color: rgb(196,102,1); }
div.DivClassName
{
background-color: #C46601;
}
.BgClassName
{
background-color: #C46601;
}
</style>
border-color css
<style>
span { border-color: #C46601; }
span { border-color: rgb(196,102,1); }
td.TdClassName
{
border-color: #C46601;
}
.TagClassName
{
border-color: #C46601;
}
</style>