Shades of Ochre #CE861B
Tints of Ochre #CE861B
RGB
CMYK
RGB Variations
Color information
#CE861B (or 0xCE861B) is known color: Ochre. HEX triplet: CE, 86 and 1B. RGB value is (206,134,27). Sum of RGB (Red+Green+Blue) = 206+134+27=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE861B is #3179E4. Grayscale: #8F8F8F. Windows color (decimal): -3242469 or 1803982. OLE color: 1803982.
HSL color Cylindrical-coordinate representation of color #CE861B: hue angle of 35.87º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE861B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 27 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.19 |
| HSL | 35.87º | 0.77% | 0.46% | - |
| HSV(B) | 35.87º | 0.87% | 0.81% | - |
| XYZ | 34.18 | 30.25 | 5.07 | - |
| YUV | 143.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 27 | 0 | 0.35 | 0.87 | 0.19 | 35.87 | 0.77 | 0.46 |
| Hex | CE | 86 | 1B | 0 | 23 | 57 | 13 | 24 | 4D | 2E |
| Octal | 316 | 206 | 33 | 0 | 43 | 127 | 23 | 44 | 115 | 56 |
| Binary | 11001110 | 10000110 | 11011 | 0 | 100011 | 1010111 | 10011 | 100100 | 1001101 | 101110 |
Color Harmonies of #CE861B
Complementary color
Monochromatic Colors of #CE861B
Black with #CE861B
Text Example
Text Example
White with #CE861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE861B; }
p { color: rgb(206,134,27); }
H1.HeaderClassName
{
color: #CE861B;
}
.AnyTagClassName
{
color: #CE861B;
}
</style>
background-color css
<style>
a { background-color: #CE861B; }
a { background-color: rgb(206,134,27); }
div.DivClassName
{
background-color: #CE861B;
}
.BgClassName
{
background-color: #CE861B;
}
</style>
border-color css
<style>
span { border-color: #CE861B; }
span { border-color: rgb(206,134,27); }
td.TdClassName
{
border-color: #CE861B;
}
.TagClassName
{
border-color: #CE861B;
}
</style>