Shades of Ochre #C76E16
Tints of Ochre #C76E16
RGB
CMYK
RGB Variations
Color information
#C76E16 (or 0xC76E16) is known color: Ochre. HEX triplet: C7, 6E and 16. RGB value is (199,110,22). Sum of RGB (Red+Green+Blue) = 199+110+22=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E16 is #3891E9. Grayscale: #7F7F7F. Windows color (decimal): -3707370 or 1470151. OLE color: 1470151.
HSL color Cylindrical-coordinate representation of color #C76E16: hue angle of 29.83º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76E16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.22 |
| HSL | 29.83º | 0.8% | 0.43% | - |
| HSV(B) | 29.83º | 0.89% | 0.78% | - |
| XYZ | 29.27 | 23.35 | 3.72 | - |
| YUV | 126.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 22 | 0 | 0.45 | 0.89 | 0.22 | 29.83 | 0.8 | 0.43 |
| Hex | C7 | 6E | 16 | 0 | 2D | 59 | 16 | 1E | 50 | 2B |
| Octal | 307 | 156 | 26 | 0 | 55 | 131 | 26 | 36 | 120 | 53 |
| Binary | 11000111 | 1101110 | 10110 | 0 | 101101 | 1011001 | 10110 | 11110 | 1010000 | 101011 |
Color Harmonies of #C76E16
Complementary color
Monochromatic Colors of #C76E16
Black with #C76E16
Text Example
Text Example
White with #C76E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E16; }
p { color: rgb(199,110,22); }
H1.HeaderClassName
{
color: #C76E16;
}
.AnyTagClassName
{
color: #C76E16;
}
</style>
background-color css
<style>
a { background-color: #C76E16; }
a { background-color: rgb(199,110,22); }
div.DivClassName
{
background-color: #C76E16;
}
.BgClassName
{
background-color: #C76E16;
}
</style>
border-color css
<style>
span { border-color: #C76E16; }
span { border-color: rgb(199,110,22); }
td.TdClassName
{
border-color: #C76E16;
}
.TagClassName
{
border-color: #C76E16;
}
</style>