Shades of Tenne (Tawny) #C36A0A
Tints of Tenne (Tawny) #C36A0A
RGB
CMYK
RGB Variations
Color information
#C36A0A (or 0xC36A0A) is known color: Tenne (Tawny). HEX triplet: C3, 6A and 0A. RGB value is (195,106,10). Sum of RGB (Red+Green+Blue) = 195+106+10=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A0A is #3C95F5. Grayscale: #7A7A7A. Windows color (decimal): -3970550 or 682691. OLE color: 682691.
HSL color Cylindrical-coordinate representation of color #C36A0A: hue angle of 31.14º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C36A0A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.24 |
| HSL | 31.14º | 0.9% | 0.4% | - |
| HSV(B) | 31.14º | 0.95% | 0.76% | - |
| XYZ | 27.71 | 21.93 | 3.06 | - |
| YUV | 121.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 10 | 0 | 0.46 | 0.95 | 0.24 | 31.14 | 0.9 | 0.4 |
| Hex | C3 | 6A | A | 0 | 2E | 5F | 18 | 1F | 5A | 28 |
| Octal | 303 | 152 | 12 | 0 | 56 | 137 | 30 | 37 | 132 | 50 |
| Binary | 11000011 | 1101010 | 1010 | 0 | 101110 | 1011111 | 11000 | 11111 | 1011010 | 101000 |
Color Harmonies of #C36A0A
Complementary color
Monochromatic Colors of #C36A0A
Black with #C36A0A
Text Example
Text Example
White with #C36A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A0A; }
p { color: rgb(195,106,10); }
H1.HeaderClassName
{
color: #C36A0A;
}
.AnyTagClassName
{
color: #C36A0A;
}
</style>
background-color css
<style>
a { background-color: #C36A0A; }
a { background-color: rgb(195,106,10); }
div.DivClassName
{
background-color: #C36A0A;
}
.BgClassName
{
background-color: #C36A0A;
}
</style>
border-color css
<style>
span { border-color: #C36A0A; }
span { border-color: rgb(195,106,10); }
td.TdClassName
{
border-color: #C36A0A;
}
.TagClassName
{
border-color: #C36A0A;
}
</style>