Shades of Ochre #C86F11
Tints of Ochre #C86F11
RGB
CMYK
RGB Variations
Color information
#C86F11 (or 0xC86F11) is known color: Ochre. HEX triplet: C8, 6F and 11. RGB value is (200,111,17). Sum of RGB (Red+Green+Blue) = 200+111+17=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F11 is #3790EE. Grayscale: #7F7F7F. Windows color (decimal): -3641583 or 1142728. OLE color: 1142728.
HSL color Cylindrical-coordinate representation of color #C86F11: hue angle of 30.82º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86F11 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.22 |
| HSL | 30.82º | 0.84% | 0.43% | - |
| HSV(B) | 30.82º | 0.92% | 0.78% | - |
| XYZ | 29.61 | 23.69 | 3.54 | - |
| YUV | 126.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 17 | 0 | 0.44 | 0.92 | 0.22 | 30.82 | 0.84 | 0.43 |
| Hex | C8 | 6F | 11 | 0 | 2C | 5C | 16 | 1F | 54 | 2B |
| Octal | 310 | 157 | 21 | 0 | 54 | 134 | 26 | 37 | 124 | 53 |
| Binary | 11001000 | 1101111 | 10001 | 0 | 101100 | 1011100 | 10110 | 11111 | 1010100 | 101011 |
Color Harmonies of #C86F11
Complementary color
Monochromatic Colors of #C86F11
Black with #C86F11
Text Example
Text Example
White with #C86F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F11; }
p { color: rgb(200,111,17); }
H1.HeaderClassName
{
color: #C86F11;
}
.AnyTagClassName
{
color: #C86F11;
}
</style>
background-color css
<style>
a { background-color: #C86F11; }
a { background-color: rgb(200,111,17); }
div.DivClassName
{
background-color: #C86F11;
}
.BgClassName
{
background-color: #C86F11;
}
</style>
border-color css
<style>
span { border-color: #C86F11; }
span { border-color: rgb(200,111,17); }
td.TdClassName
{
border-color: #C86F11;
}
.TagClassName
{
border-color: #C86F11;
}
</style>