Shades of Tenne (Tawny) #C36800
Tints of Tenne (Tawny) #C36800
RGB
CMYK
RGB Variations
Color information
#C36800 (or 0xC36800) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 00. RGB value is (195,104,0). Sum of RGB (Red+Green+Blue) = 195+104+0=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C36800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36800 is #3C97FF. Grayscale: #777777. Windows color (decimal): -3971072 or 26819. OLE color: 26819.
HSL color Cylindrical-coordinate representation of color #C36800: hue angle of 32º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C36800 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.24 |
| HSL | 32º | 1% | 0.38% | - |
| HSV(B) | 32º | 1% | 0.76% | - |
| XYZ | 27.46 | 21.5 | 2.7 | - |
| YUV | 119.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 0 | 0 | 0.47 | 1 | 0.24 | 32 | 1 | 0.38 |
| Hex | C3 | 68 | 0 | 0 | 2F | 64 | 18 | 20 | 64 | 26 |
| Octal | 303 | 150 | 0 | 0 | 57 | 144 | 30 | 40 | 144 | 46 |
| Binary | 11000011 | 1101000 | 0 | 0 | 101111 | 1100100 | 11000 | 100000 | 1100100 | 100110 |
Color Harmonies of #C36800
Complementary color
Monochromatic Colors of #C36800
Black with #C36800
Text Example
Text Example
White with #C36800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36800; }
p { color: rgb(195,104,0); }
H1.HeaderClassName
{
color: #C36800;
}
.AnyTagClassName
{
color: #C36800;
}
</style>
background-color css
<style>
a { background-color: #C36800; }
a { background-color: rgb(195,104,0); }
div.DivClassName
{
background-color: #C36800;
}
.BgClassName
{
background-color: #C36800;
}
</style>
border-color css
<style>
span { border-color: #C36800; }
span { border-color: rgb(195,104,0); }
td.TdClassName
{
border-color: #C36800;
}
.TagClassName
{
border-color: #C36800;
}
</style>