Shades of Ochre #C36D1B
Tints of Ochre #C36D1B
RGB
CMYK
RGB Variations
Color information
#C36D1B (or 0xC36D1B) is known color: Ochre. HEX triplet: C3, 6D and 1B. RGB value is (195,109,27). Sum of RGB (Red+Green+Blue) = 195+109+27=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D1B is #3C92E4. Grayscale: #7D7D7D. Windows color (decimal): -3969765 or 1797571. OLE color: 1797571.
HSL color Cylindrical-coordinate representation of color #C36D1B: hue angle of 29.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C36D1B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 27 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.24 |
| HSL | 29.29º | 0.76% | 0.44% | - |
| HSV(B) | 29.29º | 0.86% | 0.76% | - |
| XYZ | 28.17 | 22.62 | 3.92 | - |
| YUV | 125.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 27 | 0 | 0.44 | 0.86 | 0.24 | 29.29 | 0.76 | 0.44 |
| Hex | C3 | 6D | 1B | 0 | 2C | 56 | 18 | 1D | 4C | 2C |
| Octal | 303 | 155 | 33 | 0 | 54 | 126 | 30 | 35 | 114 | 54 |
| Binary | 11000011 | 1101101 | 11011 | 0 | 101100 | 1010110 | 11000 | 11101 | 1001100 | 101100 |
Color Harmonies of #C36D1B
Complementary color
Monochromatic Colors of #C36D1B
Black with #C36D1B
Text Example
Text Example
White with #C36D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D1B; }
p { color: rgb(195,109,27); }
H1.HeaderClassName
{
color: #C36D1B;
}
.AnyTagClassName
{
color: #C36D1B;
}
</style>
background-color css
<style>
a { background-color: #C36D1B; }
a { background-color: rgb(195,109,27); }
div.DivClassName
{
background-color: #C36D1B;
}
.BgClassName
{
background-color: #C36D1B;
}
</style>
border-color css
<style>
span { border-color: #C36D1B; }
span { border-color: rgb(195,109,27); }
td.TdClassName
{
border-color: #C36D1B;
}
.TagClassName
{
border-color: #C36D1B;
}
</style>