Shades of Ochre #C67418
Tints of Ochre #C67418
RGB
CMYK
RGB Variations
Color information
#C67418 (or 0xC67418) is known color: Ochre. HEX triplet: C6, 74 and 18. RGB value is (198,116,24). Sum of RGB (Red+Green+Blue) = 198+116+24=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67418 is #398BE7. Grayscale: #828282. Windows color (decimal): -3771368 or 1602758. OLE color: 1602758.
HSL color Cylindrical-coordinate representation of color #C67418: hue angle of 31.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C67418 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.22 |
| HSL | 31.72º | 0.78% | 0.44% | - |
| HSV(B) | 31.72º | 0.88% | 0.78% | - |
| XYZ | 29.7 | 24.56 | 4.04 | - |
| YUV | 130.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 24 | 0 | 0.41 | 0.88 | 0.22 | 31.72 | 0.78 | 0.44 |
| Hex | C6 | 74 | 18 | 0 | 29 | 58 | 16 | 20 | 4E | 2C |
| Octal | 306 | 164 | 30 | 0 | 51 | 130 | 26 | 40 | 116 | 54 |
| Binary | 11000110 | 1110100 | 11000 | 0 | 101001 | 1011000 | 10110 | 100000 | 1001110 | 101100 |
Color Harmonies of #C67418
Complementary color
Monochromatic Colors of #C67418
Black with #C67418
Text Example
Text Example
White with #C67418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67418; }
p { color: rgb(198,116,24); }
H1.HeaderClassName
{
color: #C67418;
}
.AnyTagClassName
{
color: #C67418;
}
</style>
background-color css
<style>
a { background-color: #C67418; }
a { background-color: rgb(198,116,24); }
div.DivClassName
{
background-color: #C67418;
}
.BgClassName
{
background-color: #C67418;
}
</style>
border-color css
<style>
span { border-color: #C67418; }
span { border-color: rgb(198,116,24); }
td.TdClassName
{
border-color: #C67418;
}
.TagClassName
{
border-color: #C67418;
}
</style>