Shades of Tenne (Tawny) #C36905
Tints of Tenne (Tawny) #C36905
RGB
CMYK
RGB Variations
Color information
#C36905 (or 0xC36905) is known color: Tenne (Tawny). HEX triplet: C3, 69 and 05. RGB value is (195,105,5). Sum of RGB (Red+Green+Blue) = 195+105+5=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C36905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36905 is #3C96FA. Grayscale: #787878. Windows color (decimal): -3970811 or 354755. OLE color: 354755.
HSL color Cylindrical-coordinate representation of color #C36905: hue angle of 31.58º 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 #C36905 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.24 |
| HSL | 31.58º | 0.95% | 0.39% | - |
| HSV(B) | 31.58º | 0.97% | 0.76% | - |
| XYZ | 27.58 | 21.72 | 2.88 | - |
| YUV | 120.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 5 | 0 | 0.46 | 0.97 | 0.24 | 31.58 | 0.95 | 0.39 |
| Hex | C3 | 69 | 5 | 0 | 2E | 61 | 18 | 20 | 5F | 27 |
| Octal | 303 | 151 | 5 | 0 | 56 | 141 | 30 | 40 | 137 | 47 |
| Binary | 11000011 | 1101001 | 101 | 0 | 101110 | 1100001 | 11000 | 100000 | 1011111 | 100111 |
Color Harmonies of #C36905
Complementary color
Monochromatic Colors of #C36905
Black with #C36905
Text Example
Text Example
White with #C36905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36905; }
p { color: rgb(195,105,5); }
H1.HeaderClassName
{
color: #C36905;
}
.AnyTagClassName
{
color: #C36905;
}
</style>
background-color css
<style>
a { background-color: #C36905; }
a { background-color: rgb(195,105,5); }
div.DivClassName
{
background-color: #C36905;
}
.BgClassName
{
background-color: #C36905;
}
</style>
border-color css
<style>
span { border-color: #C36905; }
span { border-color: rgb(195,105,5); }
td.TdClassName
{
border-color: #C36905;
}
.TagClassName
{
border-color: #C36905;
}
</style>