Shades of Ochre #C36E14
Tints of Ochre #C36E14
RGB
CMYK
RGB Variations
Color information
#C36E14 (or 0xC36E14) is known color: Ochre. HEX triplet: C3, 6E and 14. RGB value is (195,110,20). Sum of RGB (Red+Green+Blue) = 195+110+20=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E14 is #3C91EB. Grayscale: #7D7D7D. Windows color (decimal): -3969516 or 1339075. OLE color: 1339075.
HSL color Cylindrical-coordinate representation of color #C36E14: hue angle of 30.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C36E14 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.24 |
| HSL | 30.86º | 0.81% | 0.42% | - |
| HSV(B) | 30.86º | 0.9% | 0.76% | - |
| XYZ | 28.21 | 22.8 | 3.58 | - |
| YUV | 125.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 20 | 0 | 0.44 | 0.90 | 0.24 | 30.86 | 0.81 | 0.42 |
| Hex | C3 | 6E | 14 | 0 | 2C | 5A | 18 | 1F | 51 | 2A |
| Octal | 303 | 156 | 24 | 0 | 54 | 132 | 30 | 37 | 121 | 52 |
| Binary | 11000011 | 1101110 | 10100 | 0 | 101100 | 1011010 | 11000 | 11111 | 1010001 | 101010 |
Color Harmonies of #C36E14
Complementary color
Monochromatic Colors of #C36E14
Black with #C36E14
Text Example
Text Example
White with #C36E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E14; }
p { color: rgb(195,110,20); }
H1.HeaderClassName
{
color: #C36E14;
}
.AnyTagClassName
{
color: #C36E14;
}
</style>
background-color css
<style>
a { background-color: #C36E14; }
a { background-color: rgb(195,110,20); }
div.DivClassName
{
background-color: #C36E14;
}
.BgClassName
{
background-color: #C36E14;
}
</style>
border-color css
<style>
span { border-color: #C36E14; }
span { border-color: rgb(195,110,20); }
td.TdClassName
{
border-color: #C36E14;
}
.TagClassName
{
border-color: #C36E14;
}
</style>