Shades of Ochre #C67924
Tints of Ochre #C67924
RGB
CMYK
RGB Variations
Color information
#C67924 (or 0xC67924) is known color: Ochre. HEX triplet: C6, 79 and 24. RGB value is (198,121,36). Sum of RGB (Red+Green+Blue) = 198+121+36=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C67924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67924 is #3986DB. Grayscale: #868686. Windows color (decimal): -3770076 or 2390470. OLE color: 2390470.
HSL color Cylindrical-coordinate representation of color #C67924: hue angle of 31.48º 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 #C67924 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 36 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.22 |
| HSL | 31.48º | 0.69% | 0.46% | - |
| HSV(B) | 31.48º | 0.82% | 0.78% | - |
| XYZ | 30.44 | 25.81 | 5.05 | - |
| YUV | 134.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 36 | 0 | 0.39 | 0.82 | 0.22 | 31.48 | 0.69 | 0.46 |
| Hex | C6 | 79 | 24 | 0 | 27 | 52 | 16 | 1F | 45 | 2E |
| Octal | 306 | 171 | 44 | 0 | 47 | 122 | 26 | 37 | 105 | 56 |
| Binary | 11000110 | 1111001 | 100100 | 0 | 100111 | 1010010 | 10110 | 11111 | 1000101 | 101110 |
Color Harmonies of #C67924
Complementary color
Monochromatic Colors of #C67924
Black with #C67924
Text Example
Text Example
White with #C67924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67924; }
p { color: rgb(198,121,36); }
H1.HeaderClassName
{
color: #C67924;
}
.AnyTagClassName
{
color: #C67924;
}
</style>
background-color css
<style>
a { background-color: #C67924; }
a { background-color: rgb(198,121,36); }
div.DivClassName
{
background-color: #C67924;
}
.BgClassName
{
background-color: #C67924;
}
</style>
border-color css
<style>
span { border-color: #C67924; }
span { border-color: rgb(198,121,36); }
td.TdClassName
{
border-color: #C67924;
}
.TagClassName
{
border-color: #C67924;
}
</style>