Shades of Tenne (Tawny) #C36A00
Tints of Tenne (Tawny) #C36A00
RGB
CMYK
RGB Variations
Color information
#C36A00 (or 0xC36A00) is known color: Tenne (Tawny). HEX triplet: C3, 6A and 00. RGB value is (195,106,0). Sum of RGB (Red+Green+Blue) = 195+106+0=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A00 is #3C95FF. Grayscale: #797979. Windows color (decimal): -3970560 or 27331. OLE color: 27331.
HSL color Cylindrical-coordinate representation of color #C36A00: hue angle of 32.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C36A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.24 |
| HSL | 32.62º | 1% | 0.38% | - |
| HSV(B) | 32.62º | 1% | 0.76% | - |
| XYZ | 27.66 | 21.91 | 2.77 | - |
| YUV | 120.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 0 | 0 | 0.46 | 1 | 0.24 | 32.62 | 1 | 0.38 |
| Hex | C3 | 6A | 0 | 0 | 2E | 64 | 18 | 21 | 64 | 26 |
| Octal | 303 | 152 | 0 | 0 | 56 | 144 | 30 | 41 | 144 | 46 |
| Binary | 11000011 | 1101010 | 0 | 0 | 101110 | 1100100 | 11000 | 100001 | 1100100 | 100110 |
Color Harmonies of #C36A00
Complementary color
Monochromatic Colors of #C36A00
Black with #C36A00
Text Example
Text Example
White with #C36A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A00; }
p { color: rgb(195,106,0); }
H1.HeaderClassName
{
color: #C36A00;
}
.AnyTagClassName
{
color: #C36A00;
}
</style>
background-color css
<style>
a { background-color: #C36A00; }
a { background-color: rgb(195,106,0); }
div.DivClassName
{
background-color: #C36A00;
}
.BgClassName
{
background-color: #C36A00;
}
</style>
border-color css
<style>
span { border-color: #C36A00; }
span { border-color: rgb(195,106,0); }
td.TdClassName
{
border-color: #C36A00;
}
.TagClassName
{
border-color: #C36A00;
}
</style>