Shades of Ochre #C67624
Tints of Ochre #C67624
RGB
CMYK
RGB Variations
Color information
#C67624 (or 0xC67624) is known color: Ochre. HEX triplet: C6, 76 and 24. RGB value is (198,118,36). Sum of RGB (Red+Green+Blue) = 198+118+36=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C67624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67624 is #3989DB. Grayscale: #848484. Windows color (decimal): -3770844 or 2389702. OLE color: 2389702.
HSL color Cylindrical-coordinate representation of color #C67624: hue angle of 30.37º 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 #C67624 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 36 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.22 |
| HSL | 30.37º | 0.69% | 0.46% | - |
| HSV(B) | 30.37º | 0.82% | 0.78% | - |
| XYZ | 30.09 | 25.09 | 4.93 | - |
| YUV | 132.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 36 | 0 | 0.40 | 0.82 | 0.22 | 30.37 | 0.69 | 0.46 |
| Hex | C6 | 76 | 24 | 0 | 28 | 52 | 16 | 1E | 45 | 2E |
| Octal | 306 | 166 | 44 | 0 | 50 | 122 | 26 | 36 | 105 | 56 |
| Binary | 11000110 | 1110110 | 100100 | 0 | 101000 | 1010010 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C67624
Complementary color
Monochromatic Colors of #C67624
Black with #C67624
Text Example
Text Example
White with #C67624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67624; }
p { color: rgb(198,118,36); }
H1.HeaderClassName
{
color: #C67624;
}
.AnyTagClassName
{
color: #C67624;
}
</style>
background-color css
<style>
a { background-color: #C67624; }
a { background-color: rgb(198,118,36); }
div.DivClassName
{
background-color: #C67624;
}
.BgClassName
{
background-color: #C67624;
}
</style>
border-color css
<style>
span { border-color: #C67624; }
span { border-color: rgb(198,118,36); }
td.TdClassName
{
border-color: #C67624;
}
.TagClassName
{
border-color: #C67624;
}
</style>