Shades of Ochre #C07611
Tints of Ochre #C07611
RGB
CMYK
RGB Variations
Color information
#C07611 (or 0xC07611) is known color: Ochre. HEX triplet: C0, 76 and 11. RGB value is (192,118,17). Sum of RGB (Red+Green+Blue) = 192+118+17=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07611 is #3F89EE. Grayscale: #818181. Windows color (decimal): -4164079 or 1144512. OLE color: 1144512.
HSL color Cylindrical-coordinate representation of color #C07611: hue angle of 34.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07611 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.25 |
| HSL | 34.63º | 0.84% | 0.41% | - |
| HSV(B) | 34.63º | 0.91% | 0.75% | - |
| XYZ | 28.32 | 24.2 | 3.71 | - |
| YUV | 128.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 17 | 0 | 0.39 | 0.91 | 0.25 | 34.63 | 0.84 | 0.41 |
| Hex | C0 | 76 | 11 | 0 | 27 | 5B | 19 | 23 | 54 | 29 |
| Octal | 300 | 166 | 21 | 0 | 47 | 133 | 31 | 43 | 124 | 51 |
| Binary | 11000000 | 1110110 | 10001 | 0 | 100111 | 1011011 | 11001 | 100011 | 1010100 | 101001 |
Color Harmonies of #C07611
Complementary color
Monochromatic Colors of #C07611
Black with #C07611
Text Example
Text Example
White with #C07611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07611; }
p { color: rgb(192,118,17); }
H1.HeaderClassName
{
color: #C07611;
}
.AnyTagClassName
{
color: #C07611;
}
</style>
background-color css
<style>
a { background-color: #C07611; }
a { background-color: rgb(192,118,17); }
div.DivClassName
{
background-color: #C07611;
}
.BgClassName
{
background-color: #C07611;
}
</style>
border-color css
<style>
span { border-color: #C07611; }
span { border-color: rgb(192,118,17); }
td.TdClassName
{
border-color: #C07611;
}
.TagClassName
{
border-color: #C07611;
}
</style>