Shades of Tenne (Tawny) #C36400
Tints of Tenne (Tawny) #C36400
RGB
CMYK
RGB Variations
Color information
#C36400 (or 0xC36400) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 00. RGB value is (195,100,0). Sum of RGB (Red+Green+Blue) = 195+100+0=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C36400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36400 is #3C9BFF. Grayscale: #757575. Windows color (decimal): -3972096 or 25795. OLE color: 25795.
HSL color Cylindrical-coordinate representation of color #C36400: hue angle of 30.77º 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 #C36400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.24 |
| HSL | 30.77º | 1% | 0.38% | - |
| HSV(B) | 30.77º | 1% | 0.76% | - |
| XYZ | 27.06 | 20.72 | 2.57 | - |
| YUV | 117.01 | 61.97 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 0 | 0 | 0.49 | 1 | 0.24 | 30.77 | 1 | 0.38 |
| Hex | C3 | 64 | 0 | 0 | 31 | 64 | 18 | 1F | 64 | 26 |
| Octal | 303 | 144 | 0 | 0 | 61 | 144 | 30 | 37 | 144 | 46 |
| Binary | 11000011 | 1100100 | 0 | 0 | 110001 | 1100100 | 11000 | 11111 | 1100100 | 100110 |
Color Harmonies of #C36400
Complementary color
Monochromatic Colors of #C36400
Black with #C36400
Text Example
Text Example
White with #C36400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36400; }
p { color: rgb(195,100,0); }
H1.HeaderClassName
{
color: #C36400;
}
.AnyTagClassName
{
color: #C36400;
}
</style>
background-color css
<style>
a { background-color: #C36400; }
a { background-color: rgb(195,100,0); }
div.DivClassName
{
background-color: #C36400;
}
.BgClassName
{
background-color: #C36400;
}
</style>
border-color css
<style>
span { border-color: #C36400; }
span { border-color: rgb(195,100,0); }
td.TdClassName
{
border-color: #C36400;
}
.TagClassName
{
border-color: #C36400;
}
</style>