Shades of Ochre #C76E1E
Tints of Ochre #C76E1E
RGB
CMYK
RGB Variations
Color information
#C76E1E (or 0xC76E1E) is known color: Ochre. HEX triplet: C7, 6E and 1E. RGB value is (199,110,30). Sum of RGB (Red+Green+Blue) = 199+110+30=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E1E is #3891E1. Grayscale: #7F7F7F. Windows color (decimal): -3707362 or 1994439. OLE color: 1994439.
HSL color Cylindrical-coordinate representation of color #C76E1E: hue angle of 28.4º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C76E1E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.22 |
| HSL | 28.4º | 0.74% | 0.45% | - |
| HSV(B) | 28.4º | 0.85% | 0.78% | - |
| XYZ | 29.36 | 23.39 | 4.19 | - |
| YUV | 127.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 30 | 0 | 0.45 | 0.85 | 0.22 | 28.4 | 0.74 | 0.45 |
| Hex | C7 | 6E | 1E | 0 | 2D | 55 | 16 | 1C | 4A | 2D |
| Octal | 307 | 156 | 36 | 0 | 55 | 125 | 26 | 34 | 112 | 55 |
| Binary | 11000111 | 1101110 | 11110 | 0 | 101101 | 1010101 | 10110 | 11100 | 1001010 | 101101 |
Color Harmonies of #C76E1E
Complementary color
Monochromatic Colors of #C76E1E
Black with #C76E1E
Text Example
Text Example
White with #C76E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E1E; }
p { color: rgb(199,110,30); }
H1.HeaderClassName
{
color: #C76E1E;
}
.AnyTagClassName
{
color: #C76E1E;
}
</style>
background-color css
<style>
a { background-color: #C76E1E; }
a { background-color: rgb(199,110,30); }
div.DivClassName
{
background-color: #C76E1E;
}
.BgClassName
{
background-color: #C76E1E;
}
</style>
border-color css
<style>
span { border-color: #C76E1E; }
span { border-color: rgb(199,110,30); }
td.TdClassName
{
border-color: #C76E1E;
}
.TagClassName
{
border-color: #C76E1E;
}
</style>