Shades of Ochre #C6811B
Tints of Ochre #C6811B
RGB
CMYK
RGB Variations
Color information
#C6811B (or 0xC6811B) is known color: Ochre. HEX triplet: C6, 81 and 1B. RGB value is (198,129,27). Sum of RGB (Red+Green+Blue) = 198+129+27=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6811B is #397EE4. Grayscale: #8A8A8A. Windows color (decimal): -3768037 or 1802694. OLE color: 1802694.
HSL color Cylindrical-coordinate representation of color #C6811B: hue angle of 35.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6811B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 27 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.22 |
| HSL | 35.79º | 0.76% | 0.44% | - |
| HSV(B) | 35.79º | 0.86% | 0.78% | - |
| XYZ | 31.34 | 27.79 | 4.75 | - |
| YUV | 138 | 65.36 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 27 | 0 | 0.35 | 0.86 | 0.22 | 35.79 | 0.76 | 0.44 |
| Hex | C6 | 81 | 1B | 0 | 23 | 56 | 16 | 24 | 4C | 2C |
| Octal | 306 | 201 | 33 | 0 | 43 | 126 | 26 | 44 | 114 | 54 |
| Binary | 11000110 | 10000001 | 11011 | 0 | 100011 | 1010110 | 10110 | 100100 | 1001100 | 101100 |
Color Harmonies of #C6811B
Complementary color
Monochromatic Colors of #C6811B
Black with #C6811B
Text Example
Text Example
White with #C6811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6811B; }
p { color: rgb(198,129,27); }
H1.HeaderClassName
{
color: #C6811B;
}
.AnyTagClassName
{
color: #C6811B;
}
</style>
background-color css
<style>
a { background-color: #C6811B; }
a { background-color: rgb(198,129,27); }
div.DivClassName
{
background-color: #C6811B;
}
.BgClassName
{
background-color: #C6811B;
}
</style>
border-color css
<style>
span { border-color: #C6811B; }
span { border-color: rgb(198,129,27); }
td.TdClassName
{
border-color: #C6811B;
}
.TagClassName
{
border-color: #C6811B;
}
</style>