Shades of Ochre #C76F19
Tints of Ochre #C76F19
RGB
CMYK
RGB Variations
Color information
#C76F19 (or 0xC76F19) is known color: Ochre. HEX triplet: C7, 6F and 19. RGB value is (199,111,25). Sum of RGB (Red+Green+Blue) = 199+111+25=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76F19 is #3890E6. Grayscale: #7F7F7F. Windows color (decimal): -3707111 or 1667015. OLE color: 1667015.
HSL color Cylindrical-coordinate representation of color #C76F19: hue angle of 29.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C76F19 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 25 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.22 |
| HSL | 29.66º | 0.78% | 0.44% | - |
| HSV(B) | 29.66º | 0.87% | 0.78% | - |
| XYZ | 29.41 | 23.58 | 3.92 | - |
| YUV | 127.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 25 | 0 | 0.44 | 0.87 | 0.22 | 29.66 | 0.78 | 0.44 |
| Hex | C7 | 6F | 19 | 0 | 2C | 57 | 16 | 1E | 4E | 2C |
| Octal | 307 | 157 | 31 | 0 | 54 | 127 | 26 | 36 | 116 | 54 |
| Binary | 11000111 | 1101111 | 11001 | 0 | 101100 | 1010111 | 10110 | 11110 | 1001110 | 101100 |
Color Harmonies of #C76F19
Complementary color
Monochromatic Colors of #C76F19
Black with #C76F19
Text Example
Text Example
White with #C76F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F19; }
p { color: rgb(199,111,25); }
H1.HeaderClassName
{
color: #C76F19;
}
.AnyTagClassName
{
color: #C76F19;
}
</style>
background-color css
<style>
a { background-color: #C76F19; }
a { background-color: rgb(199,111,25); }
div.DivClassName
{
background-color: #C76F19;
}
.BgClassName
{
background-color: #C76F19;
}
</style>
border-color css
<style>
span { border-color: #C76F19; }
span { border-color: rgb(199,111,25); }
td.TdClassName
{
border-color: #C76F19;
}
.TagClassName
{
border-color: #C76F19;
}
</style>