Shades of Tenne (Tawny) #C36E01
Tints of Tenne (Tawny) #C36E01
RGB
CMYK
RGB Variations
Color information
#C36E01 (or 0xC36E01) is known color: Tenne (Tawny). HEX triplet: C3, 6E and 01. RGB value is (195,110,1). Sum of RGB (Red+Green+Blue) = 195+110+1=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E01 is #3C91FE. Grayscale: #7B7B7B. Windows color (decimal): -3969535 or 93891. OLE color: 93891.
HSL color Cylindrical-coordinate representation of color #C36E01: hue angle of 33.71º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C36E01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.24 |
| HSL | 33.71º | 0.99% | 0.38% | - |
| HSV(B) | 33.71º | 0.99% | 0.76% | - |
| XYZ | 28.09 | 22.76 | 2.94 | - |
| YUV | 122.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 1 | 0 | 0.44 | 0.99 | 0.24 | 33.71 | 0.99 | 0.38 |
| Hex | C3 | 6E | 1 | 0 | 2C | 63 | 18 | 22 | 63 | 26 |
| Octal | 303 | 156 | 1 | 0 | 54 | 143 | 30 | 42 | 143 | 46 |
| Binary | 11000011 | 1101110 | 1 | 0 | 101100 | 1100011 | 11000 | 100010 | 1100011 | 100110 |
Color Harmonies of #C36E01
Complementary color
Monochromatic Colors of #C36E01
Black with #C36E01
Text Example
Text Example
White with #C36E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E01; }
p { color: rgb(195,110,1); }
H1.HeaderClassName
{
color: #C36E01;
}
.AnyTagClassName
{
color: #C36E01;
}
</style>
background-color css
<style>
a { background-color: #C36E01; }
a { background-color: rgb(195,110,1); }
div.DivClassName
{
background-color: #C36E01;
}
.BgClassName
{
background-color: #C36E01;
}
</style>
border-color css
<style>
span { border-color: #C36E01; }
span { border-color: rgb(195,110,1); }
td.TdClassName
{
border-color: #C36E01;
}
.TagClassName
{
border-color: #C36E01;
}
</style>