Shades of Tenne (Tawny) #C36110
Tints of Tenne (Tawny) #C36110
RGB
CMYK
RGB Variations
Color information
#C36110 (or 0xC36110) is known color: Tenne (Tawny). HEX triplet: C3, 61 and 10. RGB value is (195,97,16). Sum of RGB (Red+Green+Blue) = 195+97+16=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C36110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36110 is #3C9EEF. Grayscale: #757575. Windows color (decimal): -3972848 or 1073603. OLE color: 1073603.
HSL color Cylindrical-coordinate representation of color #C36110: hue angle of 27.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C36110 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.24 |
| HSL | 27.15º | 0.85% | 0.41% | - |
| HSV(B) | 27.15º | 0.92% | 0.76% | - |
| XYZ | 26.87 | 20.19 | 2.97 | - |
| YUV | 117.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 16 | 0 | 0.50 | 0.92 | 0.24 | 27.15 | 0.85 | 0.41 |
| Hex | C3 | 61 | 10 | 0 | 32 | 5C | 18 | 1B | 55 | 29 |
| Octal | 303 | 141 | 20 | 0 | 62 | 134 | 30 | 33 | 125 | 51 |
| Binary | 11000011 | 1100001 | 10000 | 0 | 110010 | 1011100 | 11000 | 11011 | 1010101 | 101001 |
Color Harmonies of #C36110
Complementary color
Monochromatic Colors of #C36110
Black with #C36110
Text Example
Text Example
White with #C36110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36110; }
p { color: rgb(195,97,16); }
H1.HeaderClassName
{
color: #C36110;
}
.AnyTagClassName
{
color: #C36110;
}
</style>
background-color css
<style>
a { background-color: #C36110; }
a { background-color: rgb(195,97,16); }
div.DivClassName
{
background-color: #C36110;
}
.BgClassName
{
background-color: #C36110;
}
</style>
border-color css
<style>
span { border-color: #C36110; }
span { border-color: rgb(195,97,16); }
td.TdClassName
{
border-color: #C36110;
}
.TagClassName
{
border-color: #C36110;
}
</style>