Shades of Ochre #C36D18
Tints of Ochre #C36D18
RGB
CMYK
RGB Variations
Color information
#C36D18 (or 0xC36D18) is known color: Ochre. HEX triplet: C3, 6D and 18. RGB value is (195,109,24). Sum of RGB (Red+Green+Blue) = 195+109+24=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D18 is #3C92E7. Grayscale: #7D7D7D. Windows color (decimal): -3969768 or 1600963. OLE color: 1600963.
HSL color Cylindrical-coordinate representation of color #C36D18: hue angle of 29.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C36D18 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 24 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.24 |
| HSL | 29.82º | 0.78% | 0.43% | - |
| HSV(B) | 29.82º | 0.88% | 0.76% | - |
| XYZ | 28.14 | 22.61 | 3.74 | - |
| YUV | 125.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 24 | 0 | 0.44 | 0.88 | 0.24 | 29.82 | 0.78 | 0.43 |
| Hex | C3 | 6D | 18 | 0 | 2C | 58 | 18 | 1E | 4E | 2B |
| Octal | 303 | 155 | 30 | 0 | 54 | 130 | 30 | 36 | 116 | 53 |
| Binary | 11000011 | 1101101 | 11000 | 0 | 101100 | 1011000 | 11000 | 11110 | 1001110 | 101011 |
Color Harmonies of #C36D18
Complementary color
Monochromatic Colors of #C36D18
Black with #C36D18
Text Example
Text Example
White with #C36D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D18; }
p { color: rgb(195,109,24); }
H1.HeaderClassName
{
color: #C36D18;
}
.AnyTagClassName
{
color: #C36D18;
}
</style>
background-color css
<style>
a { background-color: #C36D18; }
a { background-color: rgb(195,109,24); }
div.DivClassName
{
background-color: #C36D18;
}
.BgClassName
{
background-color: #C36D18;
}
</style>
border-color css
<style>
span { border-color: #C36D18; }
span { border-color: rgb(195,109,24); }
td.TdClassName
{
border-color: #C36D18;
}
.TagClassName
{
border-color: #C36D18;
}
</style>