Shades of Ochre #CE760D
Tints of Ochre #CE760D
RGB
CMYK
RGB Variations
Color information
#CE760D (or 0xCE760D) is known color: Ochre. HEX triplet: CE, 76 and 0D. RGB value is (206,118,13). Sum of RGB (Red+Green+Blue) = 206+118+13=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE760D is #3189F2. Grayscale: #848484. Windows color (decimal): -3246579 or 882382. OLE color: 882382.
HSL color Cylindrical-coordinate representation of color #CE760D: hue angle of 32.64º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE760D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.19 |
| HSL | 32.64º | 0.88% | 0.43% | - |
| HSV(B) | 32.64º | 0.94% | 0.81% | - |
| XYZ | 32 | 26.11 | 3.73 | - |
| YUV | 132.34 | 60.65 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 13 | 0 | 0.43 | 0.94 | 0.19 | 32.64 | 0.88 | 0.43 |
| Hex | CE | 76 | D | 0 | 2B | 5E | 13 | 21 | 58 | 2B |
| Octal | 316 | 166 | 15 | 0 | 53 | 136 | 23 | 41 | 130 | 53 |
| Binary | 11001110 | 1110110 | 1101 | 0 | 101011 | 1011110 | 10011 | 100001 | 1011000 | 101011 |
Color Harmonies of #CE760D
Complementary color
Monochromatic Colors of #CE760D
Black with #CE760D
Text Example
Text Example
White with #CE760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE760D; }
p { color: rgb(206,118,13); }
H1.HeaderClassName
{
color: #CE760D;
}
.AnyTagClassName
{
color: #CE760D;
}
</style>
background-color css
<style>
a { background-color: #CE760D; }
a { background-color: rgb(206,118,13); }
div.DivClassName
{
background-color: #CE760D;
}
.BgClassName
{
background-color: #CE760D;
}
</style>
border-color css
<style>
span { border-color: #CE760D; }
span { border-color: rgb(206,118,13); }
td.TdClassName
{
border-color: #CE760D;
}
.TagClassName
{
border-color: #CE760D;
}
</style>