Shades of Ochre #C67814
Tints of Ochre #C67814
RGB
CMYK
RGB Variations
Color information
#C67814 (or 0xC67814) is known color: Ochre. HEX triplet: C6, 78 and 14. RGB value is (198,120,20). Sum of RGB (Red+Green+Blue) = 198+120+20=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67814 is #3987EB. Grayscale: #848484. Windows color (decimal): -3770348 or 1341638. OLE color: 1341638.
HSL color Cylindrical-coordinate representation of color #C67814: hue angle of 33.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C67814 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 33.71º | 0.82% | 0.43% | - |
| HSV(B) | 33.71º | 0.9% | 0.78% | - |
| XYZ | 30.13 | 25.49 | 3.99 | - |
| YUV | 131.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 20 | 0 | 0.39 | 0.90 | 0.22 | 33.71 | 0.82 | 0.43 |
| Hex | C6 | 78 | 14 | 0 | 27 | 5A | 16 | 22 | 52 | 2B |
| Octal | 306 | 170 | 24 | 0 | 47 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000110 | 1111000 | 10100 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C67814
Complementary color
Monochromatic Colors of #C67814
Black with #C67814
Text Example
Text Example
White with #C67814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67814; }
p { color: rgb(198,120,20); }
H1.HeaderClassName
{
color: #C67814;
}
.AnyTagClassName
{
color: #C67814;
}
</style>
background-color css
<style>
a { background-color: #C67814; }
a { background-color: rgb(198,120,20); }
div.DivClassName
{
background-color: #C67814;
}
.BgClassName
{
background-color: #C67814;
}
</style>
border-color css
<style>
span { border-color: #C67814; }
span { border-color: rgb(198,120,20); }
td.TdClassName
{
border-color: #C67814;
}
.TagClassName
{
border-color: #C67814;
}
</style>