Shades of Ochre #C36D1A
Tints of Ochre #C36D1A
RGB
CMYK
RGB Variations
Color information
#C36D1A (or 0xC36D1A) is known color: Ochre. HEX triplet: C3, 6D and 1A. RGB value is (195,109,26). Sum of RGB (Red+Green+Blue) = 195+109+26=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D1A is #3C92E5. Grayscale: #7D7D7D. Windows color (decimal): -3969766 or 1732035. OLE color: 1732035.
HSL color Cylindrical-coordinate representation of color #C36D1A: hue angle of 29.47º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C36D1A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.24 |
| HSL | 29.47º | 0.76% | 0.43% | - |
| HSV(B) | 29.47º | 0.87% | 0.76% | - |
| XYZ | 28.16 | 22.61 | 3.86 | - |
| YUV | 125.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 26 | 0 | 0.44 | 0.87 | 0.24 | 29.47 | 0.76 | 0.43 |
| Hex | C3 | 6D | 1A | 0 | 2C | 57 | 18 | 1D | 4C | 2B |
| Octal | 303 | 155 | 32 | 0 | 54 | 127 | 30 | 35 | 114 | 53 |
| Binary | 11000011 | 1101101 | 11010 | 0 | 101100 | 1010111 | 11000 | 11101 | 1001100 | 101011 |
Color Harmonies of #C36D1A
Complementary color
Monochromatic Colors of #C36D1A
Black with #C36D1A
Text Example
Text Example
White with #C36D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D1A; }
p { color: rgb(195,109,26); }
H1.HeaderClassName
{
color: #C36D1A;
}
.AnyTagClassName
{
color: #C36D1A;
}
</style>
background-color css
<style>
a { background-color: #C36D1A; }
a { background-color: rgb(195,109,26); }
div.DivClassName
{
background-color: #C36D1A;
}
.BgClassName
{
background-color: #C36D1A;
}
</style>
border-color css
<style>
span { border-color: #C36D1A; }
span { border-color: rgb(195,109,26); }
td.TdClassName
{
border-color: #C36D1A;
}
.TagClassName
{
border-color: #C36D1A;
}
</style>