Shades of Ochre #C67518
Tints of Ochre #C67518
RGB
CMYK
RGB Variations
Color information
#C67518 (or 0xC67518) is known color: Ochre. HEX triplet: C6, 75 and 18. RGB value is (198,117,24). Sum of RGB (Red+Green+Blue) = 198+117+24=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C67518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67518 is #398AE7. Grayscale: #838383. Windows color (decimal): -3771112 or 1603014. OLE color: 1603014.
HSL color Cylindrical-coordinate representation of color #C67518: hue angle of 32.07º 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 #C67518 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.22 |
| HSL | 32.07º | 0.78% | 0.44% | - |
| HSV(B) | 32.07º | 0.88% | 0.78% | - |
| XYZ | 29.81 | 24.79 | 4.08 | - |
| YUV | 130.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 24 | 0 | 0.41 | 0.88 | 0.22 | 32.07 | 0.78 | 0.44 |
| Hex | C6 | 75 | 18 | 0 | 29 | 58 | 16 | 20 | 4E | 2C |
| Octal | 306 | 165 | 30 | 0 | 51 | 130 | 26 | 40 | 116 | 54 |
| Binary | 11000110 | 1110101 | 11000 | 0 | 101001 | 1011000 | 10110 | 100000 | 1001110 | 101100 |
Color Harmonies of #C67518
Complementary color
Monochromatic Colors of #C67518
Black with #C67518
Text Example
Text Example
White with #C67518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67518; }
p { color: rgb(198,117,24); }
H1.HeaderClassName
{
color: #C67518;
}
.AnyTagClassName
{
color: #C67518;
}
</style>
background-color css
<style>
a { background-color: #C67518; }
a { background-color: rgb(198,117,24); }
div.DivClassName
{
background-color: #C67518;
}
.BgClassName
{
background-color: #C67518;
}
</style>
border-color css
<style>
span { border-color: #C67518; }
span { border-color: rgb(198,117,24); }
td.TdClassName
{
border-color: #C67518;
}
.TagClassName
{
border-color: #C67518;
}
</style>