Shades of Ochre #C6711A
Tints of Ochre #C6711A
RGB
CMYK
RGB Variations
Color information
#C6711A (or 0xC6711A) is known color: Ochre. HEX triplet: C6, 71 and 1A. RGB value is (198,113,26). Sum of RGB (Red+Green+Blue) = 198+113+26=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6711A is #398EE5. Grayscale: #808080. Windows color (decimal): -3772134 or 1733062. OLE color: 1733062.
HSL color Cylindrical-coordinate representation of color #C6711A: hue angle of 30.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6711A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.22 |
| HSL | 30.35º | 0.77% | 0.44% | - |
| HSV(B) | 30.35º | 0.87% | 0.78% | - |
| XYZ | 29.38 | 23.89 | 4.04 | - |
| YUV | 128.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 26 | 0 | 0.43 | 0.87 | 0.22 | 30.35 | 0.77 | 0.44 |
| Hex | C6 | 71 | 1A | 0 | 2B | 57 | 16 | 1E | 4D | 2C |
| Octal | 306 | 161 | 32 | 0 | 53 | 127 | 26 | 36 | 115 | 54 |
| Binary | 11000110 | 1110001 | 11010 | 0 | 101011 | 1010111 | 10110 | 11110 | 1001101 | 101100 |
Color Harmonies of #C6711A
Complementary color
Monochromatic Colors of #C6711A
Black with #C6711A
Text Example
Text Example
White with #C6711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6711A; }
p { color: rgb(198,113,26); }
H1.HeaderClassName
{
color: #C6711A;
}
.AnyTagClassName
{
color: #C6711A;
}
</style>
background-color css
<style>
a { background-color: #C6711A; }
a { background-color: rgb(198,113,26); }
div.DivClassName
{
background-color: #C6711A;
}
.BgClassName
{
background-color: #C6711A;
}
</style>
border-color css
<style>
span { border-color: #C6711A; }
span { border-color: rgb(198,113,26); }
td.TdClassName
{
border-color: #C6711A;
}
.TagClassName
{
border-color: #C6711A;
}
</style>