Shades of Ochre #C67514
Tints of Ochre #C67514
RGB
CMYK
RGB Variations
Color information
#C67514 (or 0xC67514) is known color: Ochre. HEX triplet: C6, 75 and 14. RGB value is (198,117,20). Sum of RGB (Red+Green+Blue) = 198+117+20=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67514 is #398AEB. Grayscale: #828282. Windows color (decimal): -3771116 or 1340870. OLE color: 1340870.
HSL color Cylindrical-coordinate representation of color #C67514: hue angle of 32.7º 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 #C67514 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.22 |
| HSL | 32.7º | 0.82% | 0.43% | - |
| HSV(B) | 32.7º | 0.9% | 0.78% | - |
| XYZ | 29.78 | 24.78 | 3.88 | - |
| YUV | 130.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 20 | 0 | 0.41 | 0.90 | 0.22 | 32.7 | 0.82 | 0.43 |
| Hex | C6 | 75 | 14 | 0 | 29 | 5A | 16 | 21 | 52 | 2B |
| Octal | 306 | 165 | 24 | 0 | 51 | 132 | 26 | 41 | 122 | 53 |
| Binary | 11000110 | 1110101 | 10100 | 0 | 101001 | 1011010 | 10110 | 100001 | 1010010 | 101011 |
Color Harmonies of #C67514
Complementary color
Monochromatic Colors of #C67514
Black with #C67514
Text Example
Text Example
White with #C67514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67514; }
p { color: rgb(198,117,20); }
H1.HeaderClassName
{
color: #C67514;
}
.AnyTagClassName
{
color: #C67514;
}
</style>
background-color css
<style>
a { background-color: #C67514; }
a { background-color: rgb(198,117,20); }
div.DivClassName
{
background-color: #C67514;
}
.BgClassName
{
background-color: #C67514;
}
</style>
border-color css
<style>
span { border-color: #C67514; }
span { border-color: rgb(198,117,20); }
td.TdClassName
{
border-color: #C67514;
}
.TagClassName
{
border-color: #C67514;
}
</style>