Shades of Ochre #C67510
Tints of Ochre #C67510
RGB
CMYK
RGB Variations
Color information
#C67510 (or 0xC67510) is known color: Ochre. HEX triplet: C6, 75 and 10. RGB value is (198,117,16). Sum of RGB (Red+Green+Blue) = 198+117+16=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67510 is #398AEF. Grayscale: #828282. Windows color (decimal): -3771120 or 1078726. OLE color: 1078726.
HSL color Cylindrical-coordinate representation of color #C67510: hue angle of 33.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C67510 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.22 |
| HSL | 33.3º | 0.85% | 0.42% | - |
| HSV(B) | 33.3º | 0.92% | 0.78% | - |
| XYZ | 29.74 | 24.77 | 3.7 | - |
| YUV | 129.71 | 63.84 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 16 | 0 | 0.41 | 0.92 | 0.22 | 33.3 | 0.85 | 0.42 |
| Hex | C6 | 75 | 10 | 0 | 29 | 5C | 16 | 21 | 55 | 2A |
| Octal | 306 | 165 | 20 | 0 | 51 | 134 | 26 | 41 | 125 | 52 |
| Binary | 11000110 | 1110101 | 10000 | 0 | 101001 | 1011100 | 10110 | 100001 | 1010101 | 101010 |
Color Harmonies of #C67510
Complementary color
Monochromatic Colors of #C67510
Black with #C67510
Text Example
Text Example
White with #C67510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67510; }
p { color: rgb(198,117,16); }
H1.HeaderClassName
{
color: #C67510;
}
.AnyTagClassName
{
color: #C67510;
}
</style>
background-color css
<style>
a { background-color: #C67510; }
a { background-color: rgb(198,117,16); }
div.DivClassName
{
background-color: #C67510;
}
.BgClassName
{
background-color: #C67510;
}
</style>
border-color css
<style>
span { border-color: #C67510; }
span { border-color: rgb(198,117,16); }
td.TdClassName
{
border-color: #C67510;
}
.TagClassName
{
border-color: #C67510;
}
</style>