Shades of Sand Dune #8B7B65
Tints of Sand Dune #8B7B65
RGB
CMYK
RGB Variations
Color information
#8B7B65 (or 0x8B7B65) is known color: Sand Dune. HEX triplet: 8B, 7B and 65. RGB value is (139,123,101). Sum of RGB (Red+Green+Blue) = 139+123+101=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B65 is #74849A. Grayscale: #7D7D7D. Windows color (decimal): -7636123 or 6650763. OLE color: 6650763.
HSL color Cylindrical-coordinate representation of color #8B7B65: hue angle of 34.74º 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 #8B7B65 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 101 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.45 |
| HSL | 34.74º | 0.16% | 0.47% | - |
| HSV(B) | 34.74º | 0.27% | 0.55% | - |
| XYZ | 20.08 | 20.59 | 15.23 | - |
| YUV | 125.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 101 | 0 | 0.12 | 0.27 | 0.45 | 34.74 | 0.16 | 0.47 |
| Hex | 8B | 7B | 65 | 0 | C | 1B | 2D | 23 | 10 | 2F |
| Octal | 213 | 173 | 145 | 0 | 14 | 33 | 55 | 43 | 20 | 57 |
| Binary | 10001011 | 1111011 | 1100101 | 0 | 1100 | 11011 | 101101 | 100011 | 10000 | 101111 |
Color Harmonies of #8B7B65
Complementary color
Monochromatic Colors of #8B7B65
Black with #8B7B65
Text Example
Text Example
White with #8B7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B65; }
p { color: rgb(139,123,101); }
H1.HeaderClassName
{
color: #8B7B65;
}
.AnyTagClassName
{
color: #8B7B65;
}
</style>
background-color css
<style>
a { background-color: #8B7B65; }
a { background-color: rgb(139,123,101); }
div.DivClassName
{
background-color: #8B7B65;
}
.BgClassName
{
background-color: #8B7B65;
}
</style>
border-color css
<style>
span { border-color: #8B7B65; }
span { border-color: rgb(139,123,101); }
td.TdClassName
{
border-color: #8B7B65;
}
.TagClassName
{
border-color: #8B7B65;
}
</style>