Shades of Ochre #C67714
Tints of Ochre #C67714
RGB
CMYK
RGB Variations
Color information
#C67714 (or 0xC67714) is known color: Ochre. HEX triplet: C6, 77 and 14. RGB value is (198,119,20). Sum of RGB (Red+Green+Blue) = 198+119+20=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C67714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67714 is #3988EB. Grayscale: #838383. Windows color (decimal): -3770604 or 1341382. OLE color: 1341382.
HSL color Cylindrical-coordinate representation of color #C67714: hue angle of 33.37º 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 #C67714 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 20 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.22 |
| HSL | 33.37º | 0.82% | 0.43% | - |
| HSV(B) | 33.37º | 0.9% | 0.78% | - |
| XYZ | 30.01 | 25.25 | 3.95 | - |
| YUV | 131.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 20 | 0 | 0.40 | 0.90 | 0.22 | 33.37 | 0.82 | 0.43 |
| Hex | C6 | 77 | 14 | 0 | 28 | 5A | 16 | 21 | 52 | 2B |
| Octal | 306 | 167 | 24 | 0 | 50 | 132 | 26 | 41 | 122 | 53 |
| Binary | 11000110 | 1110111 | 10100 | 0 | 101000 | 1011010 | 10110 | 100001 | 1010010 | 101011 |
Color Harmonies of #C67714
Complementary color
Monochromatic Colors of #C67714
Black with #C67714
Text Example
Text Example
White with #C67714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67714; }
p { color: rgb(198,119,20); }
H1.HeaderClassName
{
color: #C67714;
}
.AnyTagClassName
{
color: #C67714;
}
</style>
background-color css
<style>
a { background-color: #C67714; }
a { background-color: rgb(198,119,20); }
div.DivClassName
{
background-color: #C67714;
}
.BgClassName
{
background-color: #C67714;
}
</style>
border-color css
<style>
span { border-color: #C67714; }
span { border-color: rgb(198,119,20); }
td.TdClassName
{
border-color: #C67714;
}
.TagClassName
{
border-color: #C67714;
}
</style>