Shades of Ochre #C86E19
Tints of Ochre #C86E19
RGB
CMYK
RGB Variations
Color information
#C86E19 (or 0xC86E19) is known color: Ochre. HEX triplet: C8, 6E and 19. RGB value is (200,110,25). Sum of RGB (Red+Green+Blue) = 200+110+25=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86E19 is #3791E6. Grayscale: #7F7F7F. Windows color (decimal): -3641831 or 1666760. OLE color: 1666760.
HSL color Cylindrical-coordinate representation of color #C86E19: hue angle of 29.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C86E19 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 25 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.22 |
| HSL | 29.14º | 0.78% | 0.44% | - |
| HSV(B) | 29.14º | 0.88% | 0.78% | - |
| XYZ | 29.57 | 23.5 | 3.9 | - |
| YUV | 127.22 | 70.32 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 25 | 0 | 0.45 | 0.88 | 0.22 | 29.14 | 0.78 | 0.44 |
| Hex | C8 | 6E | 19 | 0 | 2D | 58 | 16 | 1D | 4E | 2C |
| Octal | 310 | 156 | 31 | 0 | 55 | 130 | 26 | 35 | 116 | 54 |
| Binary | 11001000 | 1101110 | 11001 | 0 | 101101 | 1011000 | 10110 | 11101 | 1001110 | 101100 |
Color Harmonies of #C86E19
Complementary color
Monochromatic Colors of #C86E19
Black with #C86E19
Text Example
Text Example
White with #C86E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E19; }
p { color: rgb(200,110,25); }
H1.HeaderClassName
{
color: #C86E19;
}
.AnyTagClassName
{
color: #C86E19;
}
</style>
background-color css
<style>
a { background-color: #C86E19; }
a { background-color: rgb(200,110,25); }
div.DivClassName
{
background-color: #C86E19;
}
.BgClassName
{
background-color: #C86E19;
}
</style>
border-color css
<style>
span { border-color: #C86E19; }
span { border-color: rgb(200,110,25); }
td.TdClassName
{
border-color: #C86E19;
}
.TagClassName
{
border-color: #C86E19;
}
</style>