Shades of Ochre #C67515
Tints of Ochre #C67515
RGB
CMYK
RGB Variations
Color information
#C67515 (or 0xC67515) is known color: Ochre. HEX triplet: C6, 75 and 15. RGB value is (198,117,21). Sum of RGB (Red+Green+Blue) = 198+117+21=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67515 is #398AEA. Grayscale: #828282. Windows color (decimal): -3771115 or 1406406. OLE color: 1406406.
HSL color Cylindrical-coordinate representation of color #C67515: hue angle of 32.54º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C67515 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.22 |
| HSL | 32.54º | 0.81% | 0.43% | - |
| HSV(B) | 32.54º | 0.89% | 0.78% | - |
| XYZ | 29.79 | 24.78 | 3.92 | - |
| YUV | 130.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 21 | 0 | 0.41 | 0.89 | 0.22 | 32.54 | 0.81 | 0.43 |
| Hex | C6 | 75 | 15 | 0 | 29 | 59 | 16 | 21 | 51 | 2B |
| Octal | 306 | 165 | 25 | 0 | 51 | 131 | 26 | 41 | 121 | 53 |
| Binary | 11000110 | 1110101 | 10101 | 0 | 101001 | 1011001 | 10110 | 100001 | 1010001 | 101011 |
Color Harmonies of #C67515
Complementary color
Monochromatic Colors of #C67515
Black with #C67515
Text Example
Text Example
White with #C67515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67515; }
p { color: rgb(198,117,21); }
H1.HeaderClassName
{
color: #C67515;
}
.AnyTagClassName
{
color: #C67515;
}
</style>
background-color css
<style>
a { background-color: #C67515; }
a { background-color: rgb(198,117,21); }
div.DivClassName
{
background-color: #C67515;
}
.BgClassName
{
background-color: #C67515;
}
</style>
border-color css
<style>
span { border-color: #C67515; }
span { border-color: rgb(198,117,21); }
td.TdClassName
{
border-color: #C67515;
}
.TagClassName
{
border-color: #C67515;
}
</style>