Shades of Ochre #C36E0D
Tints of Ochre #C36E0D
RGB
CMYK
RGB Variations
Color information
#C36E0D (or 0xC36E0D) is known color: Ochre. HEX triplet: C3, 6E and 0D. RGB value is (195,110,13). Sum of RGB (Red+Green+Blue) = 195+110+13=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E0D is #3C91F2. Grayscale: #7C7C7C. Windows color (decimal): -3969523 or 880323. OLE color: 880323.
HSL color Cylindrical-coordinate representation of color #C36E0D: hue angle of 31.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C36E0D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.24 |
| HSL | 31.98º | 0.88% | 0.41% | - |
| HSV(B) | 31.98º | 0.93% | 0.76% | - |
| XYZ | 28.15 | 22.78 | 3.29 | - |
| YUV | 124.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 13 | 0 | 0.44 | 0.93 | 0.24 | 31.98 | 0.88 | 0.41 |
| Hex | C3 | 6E | D | 0 | 2C | 5D | 18 | 20 | 58 | 29 |
| Octal | 303 | 156 | 15 | 0 | 54 | 135 | 30 | 40 | 130 | 51 |
| Binary | 11000011 | 1101110 | 1101 | 0 | 101100 | 1011101 | 11000 | 100000 | 1011000 | 101001 |
Color Harmonies of #C36E0D
Complementary color
Monochromatic Colors of #C36E0D
Black with #C36E0D
Text Example
Text Example
White with #C36E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E0D; }
p { color: rgb(195,110,13); }
H1.HeaderClassName
{
color: #C36E0D;
}
.AnyTagClassName
{
color: #C36E0D;
}
</style>
background-color css
<style>
a { background-color: #C36E0D; }
a { background-color: rgb(195,110,13); }
div.DivClassName
{
background-color: #C36E0D;
}
.BgClassName
{
background-color: #C36E0D;
}
</style>
border-color css
<style>
span { border-color: #C36E0D; }
span { border-color: rgb(195,110,13); }
td.TdClassName
{
border-color: #C36E0D;
}
.TagClassName
{
border-color: #C36E0D;
}
</style>