Shades of Ochre #C76D1F
Tints of Ochre #C76D1F
RGB
CMYK
RGB Variations
Color information
#C76D1F (or 0xC76D1F) is known color: Ochre. HEX triplet: C7, 6D and 1F. RGB value is (199,109,31). Sum of RGB (Red+Green+Blue) = 199+109+31=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D1F is #3892E0. Grayscale: #7F7F7F. Windows color (decimal): -3707617 or 2059719. OLE color: 2059719.
HSL color Cylindrical-coordinate representation of color #C76D1F: hue angle of 27.86º degrees, saturation: 0.73, 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 #C76D1F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 31 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.22 |
| HSL | 27.86º | 0.73% | 0.45% | - |
| HSV(B) | 27.86º | 0.84% | 0.78% | - |
| XYZ | 29.27 | 23.18 | 4.23 | - |
| YUV | 127.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 31 | 0 | 0.45 | 0.84 | 0.22 | 27.86 | 0.73 | 0.45 |
| Hex | C7 | 6D | 1F | 0 | 2D | 54 | 16 | 1C | 49 | 2D |
| Octal | 307 | 155 | 37 | 0 | 55 | 124 | 26 | 34 | 111 | 55 |
| Binary | 11000111 | 1101101 | 11111 | 0 | 101101 | 1010100 | 10110 | 11100 | 1001001 | 101101 |
Color Harmonies of #C76D1F
Complementary color
Monochromatic Colors of #C76D1F
Black with #C76D1F
Text Example
Text Example
White with #C76D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D1F; }
p { color: rgb(199,109,31); }
H1.HeaderClassName
{
color: #C76D1F;
}
.AnyTagClassName
{
color: #C76D1F;
}
</style>
background-color css
<style>
a { background-color: #C76D1F; }
a { background-color: rgb(199,109,31); }
div.DivClassName
{
background-color: #C76D1F;
}
.BgClassName
{
background-color: #C76D1F;
}
</style>
border-color css
<style>
span { border-color: #C76D1F; }
span { border-color: rgb(199,109,31); }
td.TdClassName
{
border-color: #C76D1F;
}
.TagClassName
{
border-color: #C76D1F;
}
</style>