Shades of Ochre #C86D25
Tints of Ochre #C86D25
RGB
CMYK
RGB Variations
Color information
#C86D25 (or 0xC86D25) is known color: Ochre. HEX triplet: C8, 6D and 25. RGB value is (200,109,37). Sum of RGB (Red+Green+Blue) = 200+109+37=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D25 is #3792DA. Grayscale: #808080. Windows color (decimal): -3642075 or 2452936. OLE color: 2452936.
HSL color Cylindrical-coordinate representation of color #C86D25: hue angle of 26.5º 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 #C86D25 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 37 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.22 |
| HSL | 26.5º | 0.69% | 0.46% | - |
| HSV(B) | 26.5º | 0.82% | 0.78% | - |
| XYZ | 29.62 | 23.35 | 4.7 | - |
| YUV | 128 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 37 | 0 | 0.46 | 0.82 | 0.22 | 26.5 | 0.69 | 0.46 |
| Hex | C8 | 6D | 25 | 0 | 2E | 52 | 16 | 1B | 45 | 2E |
| Octal | 310 | 155 | 45 | 0 | 56 | 122 | 26 | 33 | 105 | 56 |
| Binary | 11001000 | 1101101 | 100101 | 0 | 101110 | 1010010 | 10110 | 11011 | 1000101 | 101110 |
Color Harmonies of #C86D25
Complementary color
Monochromatic Colors of #C86D25
Black with #C86D25
Text Example
Text Example
White with #C86D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D25; }
p { color: rgb(200,109,37); }
H1.HeaderClassName
{
color: #C86D25;
}
.AnyTagClassName
{
color: #C86D25;
}
</style>
background-color css
<style>
a { background-color: #C86D25; }
a { background-color: rgb(200,109,37); }
div.DivClassName
{
background-color: #C86D25;
}
.BgClassName
{
background-color: #C86D25;
}
</style>
border-color css
<style>
span { border-color: #C86D25; }
span { border-color: rgb(200,109,37); }
td.TdClassName
{
border-color: #C86D25;
}
.TagClassName
{
border-color: #C86D25;
}
</style>