Shades of Ochre #CE7611
Tints of Ochre #CE7611
RGB
CMYK
RGB Variations
Color information
#CE7611 (or 0xCE7611) is known color: Ochre. HEX triplet: CE, 76 and 11. RGB value is (206,118,17). Sum of RGB (Red+Green+Blue) = 206+118+17=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7611 is #3189EE. Grayscale: #858585. Windows color (decimal): -3246575 or 1144526. OLE color: 1144526.
HSL color Cylindrical-coordinate representation of color #CE7611: hue angle of 32.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7611 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 17 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.19 |
| HSL | 32.06º | 0.85% | 0.44% | - |
| HSV(B) | 32.06º | 0.92% | 0.81% | - |
| XYZ | 32.03 | 26.12 | 3.88 | - |
| YUV | 132.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 17 | 0 | 0.43 | 0.92 | 0.19 | 32.06 | 0.85 | 0.44 |
| Hex | CE | 76 | 11 | 0 | 2B | 5C | 13 | 20 | 55 | 2C |
| Octal | 316 | 166 | 21 | 0 | 53 | 134 | 23 | 40 | 125 | 54 |
| Binary | 11001110 | 1110110 | 10001 | 0 | 101011 | 1011100 | 10011 | 100000 | 1010101 | 101100 |
Color Harmonies of #CE7611
Complementary color
Monochromatic Colors of #CE7611
Black with #CE7611
Text Example
Text Example
White with #CE7611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7611; }
p { color: rgb(206,118,17); }
H1.HeaderClassName
{
color: #CE7611;
}
.AnyTagClassName
{
color: #CE7611;
}
</style>
background-color css
<style>
a { background-color: #CE7611; }
a { background-color: rgb(206,118,17); }
div.DivClassName
{
background-color: #CE7611;
}
.BgClassName
{
background-color: #CE7611;
}
</style>
border-color css
<style>
span { border-color: #CE7611; }
span { border-color: rgb(206,118,17); }
td.TdClassName
{
border-color: #CE7611;
}
.TagClassName
{
border-color: #CE7611;
}
</style>