Shades of Tenne (Tawny) #C36508
Tints of Tenne (Tawny) #C36508
RGB
CMYK
RGB Variations
Color information
#C36508 (or 0xC36508) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 08. RGB value is (195,101,8). Sum of RGB (Red+Green+Blue) = 195+101+8=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C36508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36508 is #3C9AF7. Grayscale: #767676. Windows color (decimal): -3971832 or 550339. OLE color: 550339.
HSL color Cylindrical-coordinate representation of color #C36508: hue angle of 29.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C36508 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.24 |
| HSL | 29.84º | 0.92% | 0.4% | - |
| HSV(B) | 29.84º | 0.96% | 0.76% | - |
| XYZ | 27.2 | 20.93 | 2.84 | - |
| YUV | 118.5 | 65.64 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 8 | 0 | 0.48 | 0.96 | 0.24 | 29.84 | 0.92 | 0.4 |
| Hex | C3 | 65 | 8 | 0 | 30 | 60 | 18 | 1E | 5C | 28 |
| Octal | 303 | 145 | 10 | 0 | 60 | 140 | 30 | 36 | 134 | 50 |
| Binary | 11000011 | 1100101 | 1000 | 0 | 110000 | 1100000 | 11000 | 11110 | 1011100 | 101000 |
Color Harmonies of #C36508
Complementary color
Monochromatic Colors of #C36508
Black with #C36508
Text Example
Text Example
White with #C36508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36508; }
p { color: rgb(195,101,8); }
H1.HeaderClassName
{
color: #C36508;
}
.AnyTagClassName
{
color: #C36508;
}
</style>
background-color css
<style>
a { background-color: #C36508; }
a { background-color: rgb(195,101,8); }
div.DivClassName
{
background-color: #C36508;
}
.BgClassName
{
background-color: #C36508;
}
</style>
border-color css
<style>
span { border-color: #C36508; }
span { border-color: rgb(195,101,8); }
td.TdClassName
{
border-color: #C36508;
}
.TagClassName
{
border-color: #C36508;
}
</style>