Shades of Ochre #D6851F
Tints of Ochre #D6851F
RGB
CMYK
RGB Variations
Color information
#D6851F (or 0xD6851F) is known color: Ochre. HEX triplet: D6, 85 and 1F. RGB value is (214,133,31). Sum of RGB (Red+Green+Blue) = 214+133+31=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6851F is #297AE0. Grayscale: #929292. Windows color (decimal): -2718433 or 2065878. OLE color: 2065878.
HSL color Cylindrical-coordinate representation of color #D6851F: hue angle of 33.44º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6851F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 31 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.16 |
| HSL | 33.44º | 0.75% | 0.48% | - |
| HSV(B) | 33.44º | 0.86% | 0.84% | - |
| XYZ | 36.37 | 31.17 | 5.4 | - |
| YUV | 145.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 31 | 0 | 0.38 | 0.86 | 0.16 | 33.44 | 0.75 | 0.48 |
| Hex | D6 | 85 | 1F | 0 | 26 | 56 | 10 | 21 | 4B | 30 |
| Octal | 326 | 205 | 37 | 0 | 46 | 126 | 20 | 41 | 113 | 60 |
| Binary | 11010110 | 10000101 | 11111 | 0 | 100110 | 1010110 | 10000 | 100001 | 1001011 | 110000 |
Color Harmonies of #D6851F
Complementary color
Monochromatic Colors of #D6851F
Black with #D6851F
Text Example
Text Example
White with #D6851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6851F; }
p { color: rgb(214,133,31); }
H1.HeaderClassName
{
color: #D6851F;
}
.AnyTagClassName
{
color: #D6851F;
}
</style>
background-color css
<style>
a { background-color: #D6851F; }
a { background-color: rgb(214,133,31); }
div.DivClassName
{
background-color: #D6851F;
}
.BgClassName
{
background-color: #D6851F;
}
</style>
border-color css
<style>
span { border-color: #D6851F; }
span { border-color: rgb(214,133,31); }
td.TdClassName
{
border-color: #D6851F;
}
.TagClassName
{
border-color: #D6851F;
}
</style>