Shades of Ochre #C36D1D
Tints of Ochre #C36D1D
RGB
CMYK
RGB Variations
Color information
#C36D1D (or 0xC36D1D) is known color: Ochre. HEX triplet: C3, 6D and 1D. RGB value is (195,109,29). Sum of RGB (Red+Green+Blue) = 195+109+29=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D1D is #3C92E2. Grayscale: #7E7E7E. Windows color (decimal): -3969763 or 1928643. OLE color: 1928643.
HSL color Cylindrical-coordinate representation of color #C36D1D: hue angle of 28.92º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C36D1D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 29 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.24 |
| HSL | 28.92º | 0.74% | 0.44% | - |
| HSV(B) | 28.92º | 0.85% | 0.76% | - |
| XYZ | 28.2 | 22.63 | 4.04 | - |
| YUV | 125.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 29 | 0 | 0.44 | 0.85 | 0.24 | 28.92 | 0.74 | 0.44 |
| Hex | C3 | 6D | 1D | 0 | 2C | 55 | 18 | 1D | 4A | 2C |
| Octal | 303 | 155 | 35 | 0 | 54 | 125 | 30 | 35 | 112 | 54 |
| Binary | 11000011 | 1101101 | 11101 | 0 | 101100 | 1010101 | 11000 | 11101 | 1001010 | 101100 |
Color Harmonies of #C36D1D
Complementary color
Monochromatic Colors of #C36D1D
Black with #C36D1D
Text Example
Text Example
White with #C36D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D1D; }
p { color: rgb(195,109,29); }
H1.HeaderClassName
{
color: #C36D1D;
}
.AnyTagClassName
{
color: #C36D1D;
}
</style>
background-color css
<style>
a { background-color: #C36D1D; }
a { background-color: rgb(195,109,29); }
div.DivClassName
{
background-color: #C36D1D;
}
.BgClassName
{
background-color: #C36D1D;
}
</style>
border-color css
<style>
span { border-color: #C36D1D; }
span { border-color: rgb(195,109,29); }
td.TdClassName
{
border-color: #C36D1D;
}
.TagClassName
{
border-color: #C36D1D;
}
</style>