Shades of Ochre #C67914
Tints of Ochre #C67914
RGB
CMYK
RGB Variations
Color information
#C67914 (or 0xC67914) is known color: Ochre. HEX triplet: C6, 79 and 14. RGB value is (198,121,20). Sum of RGB (Red+Green+Blue) = 198+121+20=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C67914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67914 is #3986EB. Grayscale: #848484. Windows color (decimal): -3770092 or 1341894. OLE color: 1341894.
HSL color Cylindrical-coordinate representation of color #C67914: hue angle of 34.04º 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 #C67914 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 34.04º | 0.82% | 0.43% | - |
| HSV(B) | 34.04º | 0.9% | 0.78% | - |
| XYZ | 30.25 | 25.73 | 4.03 | - |
| YUV | 132.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 20 | 0 | 0.39 | 0.90 | 0.22 | 34.04 | 0.82 | 0.43 |
| Hex | C6 | 79 | 14 | 0 | 27 | 5A | 16 | 22 | 52 | 2B |
| Octal | 306 | 171 | 24 | 0 | 47 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000110 | 1111001 | 10100 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C67914
Complementary color
Monochromatic Colors of #C67914
Black with #C67914
Text Example
Text Example
White with #C67914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67914; }
p { color: rgb(198,121,20); }
H1.HeaderClassName
{
color: #C67914;
}
.AnyTagClassName
{
color: #C67914;
}
</style>
background-color css
<style>
a { background-color: #C67914; }
a { background-color: rgb(198,121,20); }
div.DivClassName
{
background-color: #C67914;
}
.BgClassName
{
background-color: #C67914;
}
</style>
border-color css
<style>
span { border-color: #C67914; }
span { border-color: rgb(198,121,20); }
td.TdClassName
{
border-color: #C67914;
}
.TagClassName
{
border-color: #C67914;
}
</style>