Shades of Ochre #C76F16
Tints of Ochre #C76F16
RGB
CMYK
RGB Variations
Color information
#C76F16 (or 0xC76F16) is known color: Ochre. HEX triplet: C7, 6F and 16. RGB value is (199,111,22). Sum of RGB (Red+Green+Blue) = 199+111+22=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76F16 is #3890E9. Grayscale: #7F7F7F. Windows color (decimal): -3707114 or 1470407. OLE color: 1470407.
HSL color Cylindrical-coordinate representation of color #C76F16: hue angle of 30.17º 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 #C76F16 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.22 |
| HSL | 30.17º | 0.8% | 0.43% | - |
| HSV(B) | 30.17º | 0.89% | 0.78% | - |
| XYZ | 29.38 | 23.57 | 3.76 | - |
| YUV | 127.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 22 | 0 | 0.44 | 0.89 | 0.22 | 30.17 | 0.8 | 0.43 |
| Hex | C7 | 6F | 16 | 0 | 2C | 59 | 16 | 1E | 50 | 2B |
| Octal | 307 | 157 | 26 | 0 | 54 | 131 | 26 | 36 | 120 | 53 |
| Binary | 11000111 | 1101111 | 10110 | 0 | 101100 | 1011001 | 10110 | 11110 | 1010000 | 101011 |
Color Harmonies of #C76F16
Complementary color
Monochromatic Colors of #C76F16
Black with #C76F16
Text Example
Text Example
White with #C76F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F16; }
p { color: rgb(199,111,22); }
H1.HeaderClassName
{
color: #C76F16;
}
.AnyTagClassName
{
color: #C76F16;
}
</style>
background-color css
<style>
a { background-color: #C76F16; }
a { background-color: rgb(199,111,22); }
div.DivClassName
{
background-color: #C76F16;
}
.BgClassName
{
background-color: #C76F16;
}
</style>
border-color css
<style>
span { border-color: #C76F16; }
span { border-color: rgb(199,111,22); }
td.TdClassName
{
border-color: #C76F16;
}
.TagClassName
{
border-color: #C76F16;
}
</style>