Shades of Ochre #C86E25
Tints of Ochre #C86E25
RGB
CMYK
RGB Variations
Color information
#C86E25 (or 0xC86E25) is known color: Ochre. HEX triplet: C8, 6E and 25. RGB value is (200,110,37). Sum of RGB (Red+Green+Blue) = 200+110+37=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E25 is #3791DA. Grayscale: #808080. Windows color (decimal): -3641819 or 2453192. OLE color: 2453192.
HSL color Cylindrical-coordinate representation of color #C86E25: hue angle of 26.87º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86E25 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 37 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.22 |
| HSL | 26.87º | 0.69% | 0.46% | - |
| HSV(B) | 26.87º | 0.82% | 0.78% | - |
| XYZ | 29.73 | 23.56 | 4.73 | - |
| YUV | 128.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 37 | 0 | 0.45 | 0.82 | 0.22 | 26.87 | 0.69 | 0.46 |
| Hex | C8 | 6E | 25 | 0 | 2D | 52 | 16 | 1B | 45 | 2E |
| Octal | 310 | 156 | 45 | 0 | 55 | 122 | 26 | 33 | 105 | 56 |
| Binary | 11001000 | 1101110 | 100101 | 0 | 101101 | 1010010 | 10110 | 11011 | 1000101 | 101110 |
Color Harmonies of #C86E25
Complementary color
Monochromatic Colors of #C86E25
Black with #C86E25
Text Example
Text Example
White with #C86E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E25; }
p { color: rgb(200,110,37); }
H1.HeaderClassName
{
color: #C86E25;
}
.AnyTagClassName
{
color: #C86E25;
}
</style>
background-color css
<style>
a { background-color: #C86E25; }
a { background-color: rgb(200,110,37); }
div.DivClassName
{
background-color: #C86E25;
}
.BgClassName
{
background-color: #C86E25;
}
</style>
border-color css
<style>
span { border-color: #C86E25; }
span { border-color: rgb(200,110,37); }
td.TdClassName
{
border-color: #C86E25;
}
.TagClassName
{
border-color: #C86E25;
}
</style>