Shades of Tenne (Tawny) #C46A0B
Tints of Tenne (Tawny) #C46A0B
RGB
CMYK
RGB Variations
Color information
#C46A0B (or 0xC46A0B) is known color: Tenne (Tawny). HEX triplet: C4, 6A and 0B. RGB value is (196,106,11). Sum of RGB (Red+Green+Blue) = 196+106+11=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A0B is #3B95F4. Grayscale: #7A7A7A. Windows color (decimal): -3905013 or 748228. OLE color: 748228.
HSL color Cylindrical-coordinate representation of color #C46A0B: hue angle of 30.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C46A0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.23 |
| HSL | 30.81º | 0.89% | 0.41% | - |
| HSV(B) | 30.81º | 0.94% | 0.77% | - |
| XYZ | 27.98 | 22.07 | 3.1 | - |
| YUV | 122.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 11 | 0 | 0.46 | 0.94 | 0.23 | 30.81 | 0.89 | 0.41 |
| Hex | C4 | 6A | B | 0 | 2E | 5E | 17 | 1F | 59 | 29 |
| Octal | 304 | 152 | 13 | 0 | 56 | 136 | 27 | 37 | 131 | 51 |
| Binary | 11000100 | 1101010 | 1011 | 0 | 101110 | 1011110 | 10111 | 11111 | 1011001 | 101001 |
Color Harmonies of #C46A0B
Complementary color
Monochromatic Colors of #C46A0B
Black with #C46A0B
Text Example
Text Example
White with #C46A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A0B; }
p { color: rgb(196,106,11); }
H1.HeaderClassName
{
color: #C46A0B;
}
.AnyTagClassName
{
color: #C46A0B;
}
</style>
background-color css
<style>
a { background-color: #C46A0B; }
a { background-color: rgb(196,106,11); }
div.DivClassName
{
background-color: #C46A0B;
}
.BgClassName
{
background-color: #C46A0B;
}
</style>
border-color css
<style>
span { border-color: #C46A0B; }
span { border-color: rgb(196,106,11); }
td.TdClassName
{
border-color: #C46A0B;
}
.TagClassName
{
border-color: #C46A0B;
}
</style>