Shades of Ochre #C76F10
Tints of Ochre #C76F10
RGB
CMYK
RGB Variations
Color information
#C76F10 (or 0xC76F10) is known color: Ochre. HEX triplet: C7, 6F and 10. RGB value is (199,111,16). Sum of RGB (Red+Green+Blue) = 199+111+16=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76F10 is #3890EF. Grayscale: #7E7E7E. Windows color (decimal): -3707120 or 1077191. OLE color: 1077191.
HSL color Cylindrical-coordinate representation of color #C76F10: hue angle of 31.15º degrees, saturation: 0.85, 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 #C76F10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.22 |
| HSL | 31.15º | 0.85% | 0.42% | - |
| HSV(B) | 31.15º | 0.92% | 0.78% | - |
| XYZ | 29.33 | 23.55 | 3.49 | - |
| YUV | 126.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 16 | 0 | 0.44 | 0.92 | 0.22 | 31.15 | 0.85 | 0.42 |
| Hex | C7 | 6F | 10 | 0 | 2C | 5C | 16 | 1F | 55 | 2A |
| Octal | 307 | 157 | 20 | 0 | 54 | 134 | 26 | 37 | 125 | 52 |
| Binary | 11000111 | 1101111 | 10000 | 0 | 101100 | 1011100 | 10110 | 11111 | 1010101 | 101010 |
Color Harmonies of #C76F10
Complementary color
Monochromatic Colors of #C76F10
Black with #C76F10
Text Example
Text Example
White with #C76F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F10; }
p { color: rgb(199,111,16); }
H1.HeaderClassName
{
color: #C76F10;
}
.AnyTagClassName
{
color: #C76F10;
}
</style>
background-color css
<style>
a { background-color: #C76F10; }
a { background-color: rgb(199,111,16); }
div.DivClassName
{
background-color: #C76F10;
}
.BgClassName
{
background-color: #C76F10;
}
</style>
border-color css
<style>
span { border-color: #C76F10; }
span { border-color: rgb(199,111,16); }
td.TdClassName
{
border-color: #C76F10;
}
.TagClassName
{
border-color: #C76F10;
}
</style>