Shades of Ochre #C67124
Tints of Ochre #C67124
RGB
CMYK
RGB Variations
Color information
#C67124 (or 0xC67124) is known color: Ochre. HEX triplet: C6, 71 and 24. RGB value is (198,113,36). Sum of RGB (Red+Green+Blue) = 198+113+36=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C67124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67124 is #398EDB. Grayscale: #828282. Windows color (decimal): -3772124 or 2388422. OLE color: 2388422.
HSL color Cylindrical-coordinate representation of color #C67124: hue angle of 28.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C67124 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 36 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.22 |
| HSL | 28.52º | 0.69% | 0.46% | - |
| HSV(B) | 28.52º | 0.82% | 0.78% | - |
| XYZ | 29.51 | 23.94 | 4.74 | - |
| YUV | 129.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 36 | 0 | 0.43 | 0.82 | 0.22 | 28.52 | 0.69 | 0.46 |
| Hex | C6 | 71 | 24 | 0 | 2B | 52 | 16 | 1D | 45 | 2E |
| Octal | 306 | 161 | 44 | 0 | 53 | 122 | 26 | 35 | 105 | 56 |
| Binary | 11000110 | 1110001 | 100100 | 0 | 101011 | 1010010 | 10110 | 11101 | 1000101 | 101110 |
Color Harmonies of #C67124
Complementary color
Monochromatic Colors of #C67124
Black with #C67124
Text Example
Text Example
White with #C67124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67124; }
p { color: rgb(198,113,36); }
H1.HeaderClassName
{
color: #C67124;
}
.AnyTagClassName
{
color: #C67124;
}
</style>
background-color css
<style>
a { background-color: #C67124; }
a { background-color: rgb(198,113,36); }
div.DivClassName
{
background-color: #C67124;
}
.BgClassName
{
background-color: #C67124;
}
</style>
border-color css
<style>
span { border-color: #C67124; }
span { border-color: rgb(198,113,36); }
td.TdClassName
{
border-color: #C67124;
}
.TagClassName
{
border-color: #C67124;
}
</style>