Shades of Sand Dune #8B7965
Tints of Sand Dune #8B7965
RGB
CMYK
RGB Variations
Color information
#8B7965 (or 0x8B7965) is known color: Sand Dune. HEX triplet: 8B, 79 and 65. RGB value is (139,121,101). Sum of RGB (Red+Green+Blue) = 139+121+101=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7965 is #74869A. Grayscale: #7C7C7C. Windows color (decimal): -7636635 or 6650251. OLE color: 6650251.
HSL color Cylindrical-coordinate representation of color #8B7965: hue angle of 31.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7965 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 101 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.45 |
| HSL | 31.58º | 0.16% | 0.47% | - |
| HSV(B) | 31.58º | 0.27% | 0.55% | - |
| XYZ | 19.83 | 20.1 | 15.15 | - |
| YUV | 124.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 101 | 0 | 0.13 | 0.27 | 0.45 | 31.58 | 0.16 | 0.47 |
| Hex | 8B | 79 | 65 | 0 | D | 1B | 2D | 20 | 10 | 2F |
| Octal | 213 | 171 | 145 | 0 | 15 | 33 | 55 | 40 | 20 | 57 |
| Binary | 10001011 | 1111001 | 1100101 | 0 | 1101 | 11011 | 101101 | 100000 | 10000 | 101111 |
Color Harmonies of #8B7965
Complementary color
Monochromatic Colors of #8B7965
Black with #8B7965
Text Example
Text Example
White with #8B7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7965; }
p { color: rgb(139,121,101); }
H1.HeaderClassName
{
color: #8B7965;
}
.AnyTagClassName
{
color: #8B7965;
}
</style>
background-color css
<style>
a { background-color: #8B7965; }
a { background-color: rgb(139,121,101); }
div.DivClassName
{
background-color: #8B7965;
}
.BgClassName
{
background-color: #8B7965;
}
</style>
border-color css
<style>
span { border-color: #8B7965; }
span { border-color: rgb(139,121,101); }
td.TdClassName
{
border-color: #8B7965;
}
.TagClassName
{
border-color: #8B7965;
}
</style>