Shades of Ochre #C66E17
Tints of Ochre #C66E17
RGB
CMYK
RGB Variations
Color information
#C66E17 (or 0xC66E17) is known color: Ochre. HEX triplet: C6, 6E and 17. RGB value is (198,110,23). Sum of RGB (Red+Green+Blue) = 198+110+23=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66E17 is #3991E8. Grayscale: #7E7E7E. Windows color (decimal): -3772905 or 1535686. OLE color: 1535686.
HSL color Cylindrical-coordinate representation of color #C66E17: hue angle of 29.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66E17 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 23 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.22 |
| HSL | 29.83º | 0.79% | 0.43% | - |
| HSV(B) | 29.83º | 0.88% | 0.78% | - |
| XYZ | 29.02 | 23.22 | 3.76 | - |
| YUV | 126.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 23 | 0 | 0.44 | 0.88 | 0.22 | 29.83 | 0.79 | 0.43 |
| Hex | C6 | 6E | 17 | 0 | 2C | 58 | 16 | 1E | 4F | 2B |
| Octal | 306 | 156 | 27 | 0 | 54 | 130 | 26 | 36 | 117 | 53 |
| Binary | 11000110 | 1101110 | 10111 | 0 | 101100 | 1011000 | 10110 | 11110 | 1001111 | 101011 |
Color Harmonies of #C66E17
Complementary color
Monochromatic Colors of #C66E17
Black with #C66E17
Text Example
Text Example
White with #C66E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E17; }
p { color: rgb(198,110,23); }
H1.HeaderClassName
{
color: #C66E17;
}
.AnyTagClassName
{
color: #C66E17;
}
</style>
background-color css
<style>
a { background-color: #C66E17; }
a { background-color: rgb(198,110,23); }
div.DivClassName
{
background-color: #C66E17;
}
.BgClassName
{
background-color: #C66E17;
}
</style>
border-color css
<style>
span { border-color: #C66E17; }
span { border-color: rgb(198,110,23); }
td.TdClassName
{
border-color: #C66E17;
}
.TagClassName
{
border-color: #C66E17;
}
</style>