Shades of Tenne (Tawny) #C36F00
Tints of Tenne (Tawny) #C36F00
RGB
CMYK
RGB Variations
Color information
#C36F00 (or 0xC36F00) is known color: Tenne (Tawny). HEX triplet: C3, 6F and 00. RGB value is (195,111,0). Sum of RGB (Red+Green+Blue) = 195+111+0=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F00 is #3C90FF. Grayscale: #7B7B7B. Windows color (decimal): -3969280 or 28611. OLE color: 28611.
HSL color Cylindrical-coordinate representation of color #C36F00: hue angle of 34.15º 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 #C36F00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.24 |
| HSL | 34.15º | 1% | 0.38% | - |
| HSV(B) | 34.15º | 1% | 0.76% | - |
| XYZ | 28.19 | 22.97 | 2.95 | - |
| YUV | 123.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 0 | 0 | 0.43 | 1 | 0.24 | 34.15 | 1 | 0.38 |
| Hex | C3 | 6F | 0 | 0 | 2B | 64 | 18 | 22 | 64 | 26 |
| Octal | 303 | 157 | 0 | 0 | 53 | 144 | 30 | 42 | 144 | 46 |
| Binary | 11000011 | 1101111 | 0 | 0 | 101011 | 1100100 | 11000 | 100010 | 1100100 | 100110 |
Color Harmonies of #C36F00
Complementary color
Monochromatic Colors of #C36F00
Black with #C36F00
Text Example
Text Example
White with #C36F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F00; }
p { color: rgb(195,111,0); }
H1.HeaderClassName
{
color: #C36F00;
}
.AnyTagClassName
{
color: #C36F00;
}
</style>
background-color css
<style>
a { background-color: #C36F00; }
a { background-color: rgb(195,111,0); }
div.DivClassName
{
background-color: #C36F00;
}
.BgClassName
{
background-color: #C36F00;
}
</style>
border-color css
<style>
span { border-color: #C36F00; }
span { border-color: rgb(195,111,0); }
td.TdClassName
{
border-color: #C36F00;
}
.TagClassName
{
border-color: #C36F00;
}
</style>