Shades of Ochre #C76F0F
Tints of Ochre #C76F0F
RGB
CMYK
RGB Variations
Color information
#C76F0F (or 0xC76F0F) is known color: Ochre. HEX triplet: C7, 6F and 0F. RGB value is (199,111,15). Sum of RGB (Red+Green+Blue) = 199+111+15=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76F0F is #3890F0. Grayscale: #7E7E7E. Windows color (decimal): -3707121 or 1011655. OLE color: 1011655.
HSL color Cylindrical-coordinate representation of color #C76F0F: hue angle of 31.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C76F0F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 15 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.22 |
| HSL | 31.3º | 0.86% | 0.42% | - |
| HSV(B) | 31.3º | 0.92% | 0.78% | - |
| XYZ | 29.32 | 23.55 | 3.45 | - |
| YUV | 126.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 15 | 0 | 0.44 | 0.92 | 0.22 | 31.3 | 0.86 | 0.42 |
| Hex | C7 | 6F | F | 0 | 2C | 5C | 16 | 1F | 56 | 2A |
| Octal | 307 | 157 | 17 | 0 | 54 | 134 | 26 | 37 | 126 | 52 |
| Binary | 11000111 | 1101111 | 1111 | 0 | 101100 | 1011100 | 10110 | 11111 | 1010110 | 101010 |
Color Harmonies of #C76F0F
Complementary color
Monochromatic Colors of #C76F0F
Black with #C76F0F
Text Example
Text Example
White with #C76F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F0F; }
p { color: rgb(199,111,15); }
H1.HeaderClassName
{
color: #C76F0F;
}
.AnyTagClassName
{
color: #C76F0F;
}
</style>
background-color css
<style>
a { background-color: #C76F0F; }
a { background-color: rgb(199,111,15); }
div.DivClassName
{
background-color: #C76F0F;
}
.BgClassName
{
background-color: #C76F0F;
}
</style>
border-color css
<style>
span { border-color: #C76F0F; }
span { border-color: rgb(199,111,15); }
td.TdClassName
{
border-color: #C76F0F;
}
.TagClassName
{
border-color: #C76F0F;
}
</style>