Shades of Ochre #C6750C
Tints of Ochre #C6750C
RGB
CMYK
RGB Variations
Color information
#C6750C (or 0xC6750C) is known color: Ochre. HEX triplet: C6, 75 and 0C. RGB value is (198,117,12). Sum of RGB (Red+Green+Blue) = 198+117+12=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750C is #398AF3. Grayscale: #818181. Windows color (decimal): -3771124 or 816582. OLE color: 816582.
HSL color Cylindrical-coordinate representation of color #C6750C: hue angle of 33.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6750C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.22 |
| HSL | 33.87º | 0.89% | 0.41% | - |
| HSV(B) | 33.87º | 0.94% | 0.78% | - |
| XYZ | 29.72 | 24.75 | 3.56 | - |
| YUV | 129.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 12 | 0 | 0.41 | 0.94 | 0.22 | 33.87 | 0.89 | 0.41 |
| Hex | C6 | 75 | C | 0 | 29 | 5E | 16 | 22 | 59 | 29 |
| Octal | 306 | 165 | 14 | 0 | 51 | 136 | 26 | 42 | 131 | 51 |
| Binary | 11000110 | 1110101 | 1100 | 0 | 101001 | 1011110 | 10110 | 100010 | 1011001 | 101001 |
Color Harmonies of #C6750C
Complementary color
Monochromatic Colors of #C6750C
Black with #C6750C
Text Example
Text Example
White with #C6750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6750C; }
p { color: rgb(198,117,12); }
H1.HeaderClassName
{
color: #C6750C;
}
.AnyTagClassName
{
color: #C6750C;
}
</style>
background-color css
<style>
a { background-color: #C6750C; }
a { background-color: rgb(198,117,12); }
div.DivClassName
{
background-color: #C6750C;
}
.BgClassName
{
background-color: #C6750C;
}
</style>
border-color css
<style>
span { border-color: #C6750C; }
span { border-color: rgb(198,117,12); }
td.TdClassName
{
border-color: #C6750C;
}
.TagClassName
{
border-color: #C6750C;
}
</style>