Shades of Tenne (Tawny) #C36011
Tints of Tenne (Tawny) #C36011
RGB
CMYK
RGB Variations
Color information
#C36011 (or 0xC36011) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 11. RGB value is (195,96,17). Sum of RGB (Red+Green+Blue) = 195+96+17=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C36011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36011 is #3C9FEE. Grayscale: #757575. Windows color (decimal): -3973103 or 1138883. OLE color: 1138883.
HSL color Cylindrical-coordinate representation of color #C36011: hue angle of 26.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36011 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 17 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.24 |
| HSL | 26.63º | 0.84% | 0.42% | - |
| HSV(B) | 26.63º | 0.91% | 0.76% | - |
| XYZ | 26.79 | 20.01 | 2.98 | - |
| YUV | 116.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 17 | 0 | 0.51 | 0.91 | 0.24 | 26.63 | 0.84 | 0.42 |
| Hex | C3 | 60 | 11 | 0 | 33 | 5B | 18 | 1B | 54 | 2A |
| Octal | 303 | 140 | 21 | 0 | 63 | 133 | 30 | 33 | 124 | 52 |
| Binary | 11000011 | 1100000 | 10001 | 0 | 110011 | 1011011 | 11000 | 11011 | 1010100 | 101010 |
Color Harmonies of #C36011
Complementary color
Monochromatic Colors of #C36011
Black with #C36011
Text Example
Text Example
White with #C36011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36011; }
p { color: rgb(195,96,17); }
H1.HeaderClassName
{
color: #C36011;
}
.AnyTagClassName
{
color: #C36011;
}
</style>
background-color css
<style>
a { background-color: #C36011; }
a { background-color: rgb(195,96,17); }
div.DivClassName
{
background-color: #C36011;
}
.BgClassName
{
background-color: #C36011;
}
</style>
border-color css
<style>
span { border-color: #C36011; }
span { border-color: rgb(195,96,17); }
td.TdClassName
{
border-color: #C36011;
}
.TagClassName
{
border-color: #C36011;
}
</style>