Shades of Ochre #C76E17
Tints of Ochre #C76E17
RGB
CMYK
RGB Variations
Color information
#C76E17 (or 0xC76E17) is known color: Ochre. HEX triplet: C7, 6E and 17. RGB value is (199,110,23). Sum of RGB (Red+Green+Blue) = 199+110+23=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E17 is #3891E8. Grayscale: #7F7F7F. Windows color (decimal): -3707369 or 1535687. OLE color: 1535687.
HSL color Cylindrical-coordinate representation of color #C76E17: hue angle of 29.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76E17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.22 |
| HSL | 29.66º | 0.79% | 0.44% | - |
| HSV(B) | 29.66º | 0.88% | 0.78% | - |
| XYZ | 29.28 | 23.36 | 3.78 | - |
| YUV | 126.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 23 | 0 | 0.45 | 0.88 | 0.22 | 29.66 | 0.79 | 0.44 |
| Hex | C7 | 6E | 17 | 0 | 2D | 58 | 16 | 1E | 4F | 2C |
| Octal | 307 | 156 | 27 | 0 | 55 | 130 | 26 | 36 | 117 | 54 |
| Binary | 11000111 | 1101110 | 10111 | 0 | 101101 | 1011000 | 10110 | 11110 | 1001111 | 101100 |
Color Harmonies of #C76E17
Complementary color
Monochromatic Colors of #C76E17
Black with #C76E17
Text Example
Text Example
White with #C76E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E17; }
p { color: rgb(199,110,23); }
H1.HeaderClassName
{
color: #C76E17;
}
.AnyTagClassName
{
color: #C76E17;
}
</style>
background-color css
<style>
a { background-color: #C76E17; }
a { background-color: rgb(199,110,23); }
div.DivClassName
{
background-color: #C76E17;
}
.BgClassName
{
background-color: #C76E17;
}
</style>
border-color css
<style>
span { border-color: #C76E17; }
span { border-color: rgb(199,110,23); }
td.TdClassName
{
border-color: #C76E17;
}
.TagClassName
{
border-color: #C76E17;
}
</style>