Shades of Sand Dune #8B7465
Tints of Sand Dune #8B7465
RGB
CMYK
RGB Variations
Color information
#8B7465 (or 0x8B7465) is known color: Sand Dune. HEX triplet: 8B, 74 and 65. RGB value is (139,116,101). Sum of RGB (Red+Green+Blue) = 139+116+101=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7465 is #748B9A. Grayscale: #797979. Windows color (decimal): -7637915 or 6648971. OLE color: 6648971.
HSL color Cylindrical-coordinate representation of color #8B7465: hue angle of 23.68º 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 #8B7465 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 101 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.45 |
| HSL | 23.68º | 0.16% | 0.47% | - |
| HSV(B) | 23.68º | 0.27% | 0.55% | - |
| XYZ | 19.24 | 18.92 | 14.95 | - |
| YUV | 121.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 101 | 0 | 0.17 | 0.27 | 0.45 | 23.68 | 0.16 | 0.47 |
| Hex | 8B | 74 | 65 | 0 | 11 | 1B | 2D | 18 | 10 | 2F |
| Octal | 213 | 164 | 145 | 0 | 21 | 33 | 55 | 30 | 20 | 57 |
| Binary | 10001011 | 1110100 | 1100101 | 0 | 10001 | 11011 | 101101 | 11000 | 10000 | 101111 |
Color Harmonies of #8B7465
Complementary color
Monochromatic Colors of #8B7465
Black with #8B7465
Text Example
Text Example
White with #8B7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7465; }
p { color: rgb(139,116,101); }
H1.HeaderClassName
{
color: #8B7465;
}
.AnyTagClassName
{
color: #8B7465;
}
</style>
background-color css
<style>
a { background-color: #8B7465; }
a { background-color: rgb(139,116,101); }
div.DivClassName
{
background-color: #8B7465;
}
.BgClassName
{
background-color: #8B7465;
}
</style>
border-color css
<style>
span { border-color: #8B7465; }
span { border-color: rgb(139,116,101); }
td.TdClassName
{
border-color: #8B7465;
}
.TagClassName
{
border-color: #8B7465;
}
</style>