Shades of Ochre #C67818
Tints of Ochre #C67818
RGB
CMYK
RGB Variations
Color information
#C67818 (or 0xC67818) is known color: Ochre. HEX triplet: C6, 78 and 18. RGB value is (198,120,24). Sum of RGB (Red+Green+Blue) = 198+120+24=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C67818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67818 is #3987E7. Grayscale: #848484. Windows color (decimal): -3770344 or 1603782. OLE color: 1603782.
HSL color Cylindrical-coordinate representation of color #C67818: hue angle of 33.1º 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 #C67818 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.22 |
| HSL | 33.1º | 0.78% | 0.44% | - |
| HSV(B) | 33.1º | 0.88% | 0.78% | - |
| XYZ | 30.17 | 25.5 | 4.2 | - |
| YUV | 132.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 24 | 0 | 0.39 | 0.88 | 0.22 | 33.1 | 0.78 | 0.44 |
| Hex | C6 | 78 | 18 | 0 | 27 | 58 | 16 | 21 | 4E | 2C |
| Octal | 306 | 170 | 30 | 0 | 47 | 130 | 26 | 41 | 116 | 54 |
| Binary | 11000110 | 1111000 | 11000 | 0 | 100111 | 1011000 | 10110 | 100001 | 1001110 | 101100 |
Color Harmonies of #C67818
Complementary color
Monochromatic Colors of #C67818
Black with #C67818
Text Example
Text Example
White with #C67818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67818; }
p { color: rgb(198,120,24); }
H1.HeaderClassName
{
color: #C67818;
}
.AnyTagClassName
{
color: #C67818;
}
</style>
background-color css
<style>
a { background-color: #C67818; }
a { background-color: rgb(198,120,24); }
div.DivClassName
{
background-color: #C67818;
}
.BgClassName
{
background-color: #C67818;
}
</style>
border-color css
<style>
span { border-color: #C67818; }
span { border-color: rgb(198,120,24); }
td.TdClassName
{
border-color: #C67818;
}
.TagClassName
{
border-color: #C67818;
}
</style>