Shades of Tenne (Tawny) #C36A0B
Tints of Tenne (Tawny) #C36A0B
RGB
CMYK
RGB Variations
Color information
#C36A0B (or 0xC36A0B) is known color: Tenne (Tawny). HEX triplet: C3, 6A and 0B. RGB value is (195,106,11). Sum of RGB (Red+Green+Blue) = 195+106+11=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A0B is #3C95F4. Grayscale: #7A7A7A. Windows color (decimal): -3970549 or 748227. OLE color: 748227.
HSL color Cylindrical-coordinate representation of color #C36A0B: hue angle of 30.98º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36A0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.24 |
| HSL | 30.98º | 0.89% | 0.4% | - |
| HSV(B) | 30.98º | 0.94% | 0.76% | - |
| XYZ | 27.72 | 21.93 | 3.09 | - |
| YUV | 121.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 11 | 0 | 0.46 | 0.94 | 0.24 | 30.98 | 0.89 | 0.4 |
| Hex | C3 | 6A | B | 0 | 2E | 5E | 18 | 1F | 59 | 28 |
| Octal | 303 | 152 | 13 | 0 | 56 | 136 | 30 | 37 | 131 | 50 |
| Binary | 11000011 | 1101010 | 1011 | 0 | 101110 | 1011110 | 11000 | 11111 | 1011001 | 101000 |
Color Harmonies of #C36A0B
Complementary color
Monochromatic Colors of #C36A0B
Black with #C36A0B
Text Example
Text Example
White with #C36A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A0B; }
p { color: rgb(195,106,11); }
H1.HeaderClassName
{
color: #C36A0B;
}
.AnyTagClassName
{
color: #C36A0B;
}
</style>
background-color css
<style>
a { background-color: #C36A0B; }
a { background-color: rgb(195,106,11); }
div.DivClassName
{
background-color: #C36A0B;
}
.BgClassName
{
background-color: #C36A0B;
}
</style>
border-color css
<style>
span { border-color: #C36A0B; }
span { border-color: rgb(195,106,11); }
td.TdClassName
{
border-color: #C36A0B;
}
.TagClassName
{
border-color: #C36A0B;
}
</style>