Shades of Ochre #CE7622
Tints of Ochre #CE7622
RGB
CMYK
RGB Variations
Color information
#CE7622 (or 0xCE7622) is known color: Ochre. HEX triplet: CE, 76 and 22. RGB value is (206,118,34). Sum of RGB (Red+Green+Blue) = 206+118+34=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7622 is #3189DD. Grayscale: #878787. Windows color (decimal): -3246558 or 2258638. OLE color: 2258638.
HSL color Cylindrical-coordinate representation of color #CE7622: hue angle of 29.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7622 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 34 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.19 |
| HSL | 29.3º | 0.72% | 0.47% | - |
| HSV(B) | 29.3º | 0.83% | 0.81% | - |
| XYZ | 32.22 | 26.19 | 4.87 | - |
| YUV | 134.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 34 | 0 | 0.43 | 0.83 | 0.19 | 29.3 | 0.72 | 0.47 |
| Hex | CE | 76 | 22 | 0 | 2B | 53 | 13 | 1D | 48 | 2F |
| Octal | 316 | 166 | 42 | 0 | 53 | 123 | 23 | 35 | 110 | 57 |
| Binary | 11001110 | 1110110 | 100010 | 0 | 101011 | 1010011 | 10011 | 11101 | 1001000 | 101111 |
Color Harmonies of #CE7622
Complementary color
Monochromatic Colors of #CE7622
Black with #CE7622
Text Example
Text Example
White with #CE7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7622; }
p { color: rgb(206,118,34); }
H1.HeaderClassName
{
color: #CE7622;
}
.AnyTagClassName
{
color: #CE7622;
}
</style>
background-color css
<style>
a { background-color: #CE7622; }
a { background-color: rgb(206,118,34); }
div.DivClassName
{
background-color: #CE7622;
}
.BgClassName
{
background-color: #CE7622;
}
</style>
border-color css
<style>
span { border-color: #CE7622; }
span { border-color: rgb(206,118,34); }
td.TdClassName
{
border-color: #CE7622;
}
.TagClassName
{
border-color: #CE7622;
}
</style>