Shades of Ochre #C67918
Tints of Ochre #C67918
RGB
CMYK
RGB Variations
Color information
#C67918 (or 0xC67918) is known color: Ochre. HEX triplet: C6, 79 and 18. RGB value is (198,121,24). Sum of RGB (Red+Green+Blue) = 198+121+24=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67918 is #3986E7. Grayscale: #858585. Windows color (decimal): -3770088 or 1604038. OLE color: 1604038.
HSL color Cylindrical-coordinate representation of color #C67918: hue angle of 33.45º 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 #C67918 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.22 |
| HSL | 33.45º | 0.78% | 0.44% | - |
| HSV(B) | 33.45º | 0.88% | 0.78% | - |
| XYZ | 30.29 | 25.75 | 4.24 | - |
| YUV | 132.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 24 | 0 | 0.39 | 0.88 | 0.22 | 33.45 | 0.78 | 0.44 |
| Hex | C6 | 79 | 18 | 0 | 27 | 58 | 16 | 21 | 4E | 2C |
| Octal | 306 | 171 | 30 | 0 | 47 | 130 | 26 | 41 | 116 | 54 |
| Binary | 11000110 | 1111001 | 11000 | 0 | 100111 | 1011000 | 10110 | 100001 | 1001110 | 101100 |
Color Harmonies of #C67918
Complementary color
Monochromatic Colors of #C67918
Black with #C67918
Text Example
Text Example
White with #C67918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67918; }
p { color: rgb(198,121,24); }
H1.HeaderClassName
{
color: #C67918;
}
.AnyTagClassName
{
color: #C67918;
}
</style>
background-color css
<style>
a { background-color: #C67918; }
a { background-color: rgb(198,121,24); }
div.DivClassName
{
background-color: #C67918;
}
.BgClassName
{
background-color: #C67918;
}
</style>
border-color css
<style>
span { border-color: #C67918; }
span { border-color: rgb(198,121,24); }
td.TdClassName
{
border-color: #C67918;
}
.TagClassName
{
border-color: #C67918;
}
</style>