Shades of Ochre #C36E11
Tints of Ochre #C36E11
RGB
CMYK
RGB Variations
Color information
#C36E11 (or 0xC36E11) is known color: Ochre. HEX triplet: C3, 6E and 11. RGB value is (195,110,17). Sum of RGB (Red+Green+Blue) = 195+110+17=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E11 is #3C91EE. Grayscale: #7D7D7D. Windows color (decimal): -3969519 or 1142467. OLE color: 1142467.
HSL color Cylindrical-coordinate representation of color #C36E11: hue angle of 31.35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36E11 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.24 |
| HSL | 31.35º | 0.84% | 0.42% | - |
| HSV(B) | 31.35º | 0.91% | 0.76% | - |
| XYZ | 28.18 | 22.79 | 3.44 | - |
| YUV | 124.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 17 | 0 | 0.44 | 0.91 | 0.24 | 31.35 | 0.84 | 0.42 |
| Hex | C3 | 6E | 11 | 0 | 2C | 5B | 18 | 1F | 54 | 2A |
| Octal | 303 | 156 | 21 | 0 | 54 | 133 | 30 | 37 | 124 | 52 |
| Binary | 11000011 | 1101110 | 10001 | 0 | 101100 | 1011011 | 11000 | 11111 | 1010100 | 101010 |
Color Harmonies of #C36E11
Complementary color
Monochromatic Colors of #C36E11
Black with #C36E11
Text Example
Text Example
White with #C36E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E11; }
p { color: rgb(195,110,17); }
H1.HeaderClassName
{
color: #C36E11;
}
.AnyTagClassName
{
color: #C36E11;
}
</style>
background-color css
<style>
a { background-color: #C36E11; }
a { background-color: rgb(195,110,17); }
div.DivClassName
{
background-color: #C36E11;
}
.BgClassName
{
background-color: #C36E11;
}
</style>
border-color css
<style>
span { border-color: #C36E11; }
span { border-color: rgb(195,110,17); }
td.TdClassName
{
border-color: #C36E11;
}
.TagClassName
{
border-color: #C36E11;
}
</style>