Shades of Sand Dune #8B7C65
Tints of Sand Dune #8B7C65
RGB
CMYK
RGB Variations
Color information
#8B7C65 (or 0x8B7C65) is known color: Sand Dune. HEX triplet: 8B, 7C and 65. RGB value is (139,124,101). Sum of RGB (Red+Green+Blue) = 139+124+101=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C65 is #74839A. Grayscale: #7D7D7D. Windows color (decimal): -7635867 or 6651019. OLE color: 6651019.
HSL color Cylindrical-coordinate representation of color #8B7C65: hue angle of 36.32º 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 #8B7C65 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 101 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.45 |
| HSL | 36.32º | 0.16% | 0.47% | - |
| HSV(B) | 36.32º | 0.27% | 0.55% | - |
| XYZ | 20.2 | 20.84 | 15.27 | - |
| YUV | 125.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 101 | 0 | 0.11 | 0.27 | 0.45 | 36.32 | 0.16 | 0.47 |
| Hex | 8B | 7C | 65 | 0 | B | 1B | 2D | 24 | 10 | 2F |
| Octal | 213 | 174 | 145 | 0 | 13 | 33 | 55 | 44 | 20 | 57 |
| Binary | 10001011 | 1111100 | 1100101 | 0 | 1011 | 11011 | 101101 | 100100 | 10000 | 101111 |
Color Harmonies of #8B7C65
Complementary color
Monochromatic Colors of #8B7C65
Black with #8B7C65
Text Example
Text Example
White with #8B7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C65; }
p { color: rgb(139,124,101); }
H1.HeaderClassName
{
color: #8B7C65;
}
.AnyTagClassName
{
color: #8B7C65;
}
</style>
background-color css
<style>
a { background-color: #8B7C65; }
a { background-color: rgb(139,124,101); }
div.DivClassName
{
background-color: #8B7C65;
}
.BgClassName
{
background-color: #8B7C65;
}
</style>
border-color css
<style>
span { border-color: #8B7C65; }
span { border-color: rgb(139,124,101); }
td.TdClassName
{
border-color: #8B7C65;
}
.TagClassName
{
border-color: #8B7C65;
}
</style>