Shades of Ochre #C66E20
Tints of Ochre #C66E20
RGB
CMYK
RGB Variations
Color information
#C66E20 (or 0xC66E20) is known color: Ochre. HEX triplet: C6, 6E and 20. RGB value is (198,110,32). Sum of RGB (Red+Green+Blue) = 198+110+32=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E20 is #3991DF. Grayscale: #7F7F7F. Windows color (decimal): -3772896 or 2125510. OLE color: 2125510.
HSL color Cylindrical-coordinate representation of color #C66E20: hue angle of 28.19º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C66E20 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 32 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.22 |
| HSL | 28.19º | 0.72% | 0.45% | - |
| HSV(B) | 28.19º | 0.84% | 0.78% | - |
| XYZ | 29.13 | 23.26 | 4.32 | - |
| YUV | 127.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 32 | 0 | 0.44 | 0.84 | 0.22 | 28.19 | 0.72 | 0.45 |
| Hex | C6 | 6E | 20 | 0 | 2C | 54 | 16 | 1C | 48 | 2D |
| Octal | 306 | 156 | 40 | 0 | 54 | 124 | 26 | 34 | 110 | 55 |
| Binary | 11000110 | 1101110 | 100000 | 0 | 101100 | 1010100 | 10110 | 11100 | 1001000 | 101101 |
Color Harmonies of #C66E20
Complementary color
Monochromatic Colors of #C66E20
Black with #C66E20
Text Example
Text Example
White with #C66E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E20; }
p { color: rgb(198,110,32); }
H1.HeaderClassName
{
color: #C66E20;
}
.AnyTagClassName
{
color: #C66E20;
}
</style>
background-color css
<style>
a { background-color: #C66E20; }
a { background-color: rgb(198,110,32); }
div.DivClassName
{
background-color: #C66E20;
}
.BgClassName
{
background-color: #C66E20;
}
</style>
border-color css
<style>
span { border-color: #C66E20; }
span { border-color: rgb(198,110,32); }
td.TdClassName
{
border-color: #C66E20;
}
.TagClassName
{
border-color: #C66E20;
}
</style>