Shades of Ochre #C6811A
Tints of Ochre #C6811A
RGB
CMYK
RGB Variations
Color information
#C6811A (or 0xC6811A) is known color: Ochre. HEX triplet: C6, 81 and 1A. RGB value is (198,129,26). Sum of RGB (Red+Green+Blue) = 198+129+26=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6811A is #397EE5. Grayscale: #8A8A8A. Windows color (decimal): -3768038 or 1737158. OLE color: 1737158.
HSL color Cylindrical-coordinate representation of color #C6811A: hue angle of 35.93º 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 #C6811A is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 26 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.22 |
| HSL | 35.93º | 0.77% | 0.44% | - |
| HSV(B) | 35.93º | 0.87% | 0.78% | - |
| XYZ | 31.33 | 27.78 | 4.69 | - |
| YUV | 137.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 26 | 0 | 0.35 | 0.87 | 0.22 | 35.93 | 0.77 | 0.44 |
| Hex | C6 | 81 | 1A | 0 | 23 | 57 | 16 | 24 | 4D | 2C |
| Octal | 306 | 201 | 32 | 0 | 43 | 127 | 26 | 44 | 115 | 54 |
| Binary | 11000110 | 10000001 | 11010 | 0 | 100011 | 1010111 | 10110 | 100100 | 1001101 | 101100 |
Color Harmonies of #C6811A
Complementary color
Monochromatic Colors of #C6811A
Black with #C6811A
Text Example
Text Example
White with #C6811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6811A; }
p { color: rgb(198,129,26); }
H1.HeaderClassName
{
color: #C6811A;
}
.AnyTagClassName
{
color: #C6811A;
}
</style>
background-color css
<style>
a { background-color: #C6811A; }
a { background-color: rgb(198,129,26); }
div.DivClassName
{
background-color: #C6811A;
}
.BgClassName
{
background-color: #C6811A;
}
</style>
border-color css
<style>
span { border-color: #C6811A; }
span { border-color: rgb(198,129,26); }
td.TdClassName
{
border-color: #C6811A;
}
.TagClassName
{
border-color: #C6811A;
}
</style>