Shades of Ochre #CE761B
Tints of Ochre #CE761B
RGB
CMYK
RGB Variations
Color information
#CE761B (or 0xCE761B) is known color: Ochre. HEX triplet: CE, 76 and 1B. RGB value is (206,118,27). Sum of RGB (Red+Green+Blue) = 206+118+27=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE761B is #3189E4. Grayscale: #868686. Windows color (decimal): -3246565 or 1799886. OLE color: 1799886.
HSL color Cylindrical-coordinate representation of color #CE761B: hue angle of 30.5º 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 #CE761B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.5º | 0.77% | 0.46% | - |
| HSV(B) | 30.5º | 0.87% | 0.81% | - |
| XYZ | 32.13 | 26.16 | 4.39 | - |
| YUV | 133.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 27 | 0 | 0.43 | 0.87 | 0.19 | 30.5 | 0.77 | 0.46 |
| Hex | CE | 76 | 1B | 0 | 2B | 57 | 13 | 1F | 4D | 2E |
| Octal | 316 | 166 | 33 | 0 | 53 | 127 | 23 | 37 | 115 | 56 |
| Binary | 11001110 | 1110110 | 11011 | 0 | 101011 | 1010111 | 10011 | 11111 | 1001101 | 101110 |
Color Harmonies of #CE761B
Complementary color
Monochromatic Colors of #CE761B
Black with #CE761B
Text Example
Text Example
White with #CE761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE761B; }
p { color: rgb(206,118,27); }
H1.HeaderClassName
{
color: #CE761B;
}
.AnyTagClassName
{
color: #CE761B;
}
</style>
background-color css
<style>
a { background-color: #CE761B; }
a { background-color: rgb(206,118,27); }
div.DivClassName
{
background-color: #CE761B;
}
.BgClassName
{
background-color: #CE761B;
}
</style>
border-color css
<style>
span { border-color: #CE761B; }
span { border-color: rgb(206,118,27); }
td.TdClassName
{
border-color: #CE761B;
}
.TagClassName
{
border-color: #CE761B;
}
</style>