Shades of Tenne (Tawny) #C36805
Tints of Tenne (Tawny) #C36805
RGB
CMYK
RGB Variations
Color information
#C36805 (or 0xC36805) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 05. RGB value is (195,104,5). Sum of RGB (Red+Green+Blue) = 195+104+5=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C36805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36805 is #3C97FA. Grayscale: #787878. Windows color (decimal): -3971067 or 354499. OLE color: 354499.
HSL color Cylindrical-coordinate representation of color #C36805: hue angle of 31.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C36805 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.24 |
| HSL | 31.26º | 0.95% | 0.39% | - |
| HSV(B) | 31.26º | 0.97% | 0.76% | - |
| XYZ | 27.48 | 21.51 | 2.85 | - |
| YUV | 119.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 5 | 0 | 0.47 | 0.97 | 0.24 | 31.26 | 0.95 | 0.39 |
| Hex | C3 | 68 | 5 | 0 | 2F | 61 | 18 | 1F | 5F | 27 |
| Octal | 303 | 150 | 5 | 0 | 57 | 141 | 30 | 37 | 137 | 47 |
| Binary | 11000011 | 1101000 | 101 | 0 | 101111 | 1100001 | 11000 | 11111 | 1011111 | 100111 |
Color Harmonies of #C36805
Complementary color
Monochromatic Colors of #C36805
Black with #C36805
Text Example
Text Example
White with #C36805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36805; }
p { color: rgb(195,104,5); }
H1.HeaderClassName
{
color: #C36805;
}
.AnyTagClassName
{
color: #C36805;
}
</style>
background-color css
<style>
a { background-color: #C36805; }
a { background-color: rgb(195,104,5); }
div.DivClassName
{
background-color: #C36805;
}
.BgClassName
{
background-color: #C36805;
}
</style>
border-color css
<style>
span { border-color: #C36805; }
span { border-color: rgb(195,104,5); }
td.TdClassName
{
border-color: #C36805;
}
.TagClassName
{
border-color: #C36805;
}
</style>