Shades of Ochre #C6811E
Tints of Ochre #C6811E
RGB
CMYK
RGB Variations
Color information
#C6811E (or 0xC6811E) is known color: Ochre. HEX triplet: C6, 81 and 1E. RGB value is (198,129,30). Sum of RGB (Red+Green+Blue) = 198+129+30=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6811E is #397EE1. Grayscale: #8A8A8A. Windows color (decimal): -3768034 or 1999302. OLE color: 1999302.
HSL color Cylindrical-coordinate representation of color #C6811E: hue angle of 35.36º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6811E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.22 |
| HSL | 35.36º | 0.74% | 0.45% | - |
| HSV(B) | 35.36º | 0.85% | 0.78% | - |
| XYZ | 31.37 | 27.8 | 4.94 | - |
| YUV | 138.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 30 | 0 | 0.35 | 0.85 | 0.22 | 35.36 | 0.74 | 0.45 |
| Hex | C6 | 81 | 1E | 0 | 23 | 55 | 16 | 23 | 4A | 2D |
| Octal | 306 | 201 | 36 | 0 | 43 | 125 | 26 | 43 | 112 | 55 |
| Binary | 11000110 | 10000001 | 11110 | 0 | 100011 | 1010101 | 10110 | 100011 | 1001010 | 101101 |
Color Harmonies of #C6811E
Complementary color
Monochromatic Colors of #C6811E
Black with #C6811E
Text Example
Text Example
White with #C6811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6811E; }
p { color: rgb(198,129,30); }
H1.HeaderClassName
{
color: #C6811E;
}
.AnyTagClassName
{
color: #C6811E;
}
</style>
background-color css
<style>
a { background-color: #C6811E; }
a { background-color: rgb(198,129,30); }
div.DivClassName
{
background-color: #C6811E;
}
.BgClassName
{
background-color: #C6811E;
}
</style>
border-color css
<style>
span { border-color: #C6811E; }
span { border-color: rgb(198,129,30); }
td.TdClassName
{
border-color: #C6811E;
}
.TagClassName
{
border-color: #C6811E;
}
</style>