Shades of Sand Dune #8B7466
Tints of Sand Dune #8B7466
RGB
CMYK
RGB Variations
Color information
#8B7466 (or 0x8B7466) is known color: Sand Dune. HEX triplet: 8B, 74 and 66. RGB value is (139,116,102). Sum of RGB (Red+Green+Blue) = 139+116+102=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7466 is #748B99. Grayscale: #797979. Windows color (decimal): -7637914 or 6714507. OLE color: 6714507.
HSL color Cylindrical-coordinate representation of color #8B7466: hue angle of 22.7º degrees, saturation: 0.15, 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 #8B7466 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 102 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.45 |
| HSL | 22.7º | 0.15% | 0.47% | - |
| HSV(B) | 22.7º | 0.27% | 0.55% | - |
| XYZ | 19.29 | 18.94 | 15.21 | - |
| YUV | 121.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 102 | 0 | 0.17 | 0.27 | 0.45 | 22.7 | 0.15 | 0.47 |
| Hex | 8B | 74 | 66 | 0 | 11 | 1B | 2D | 17 | F | 2F |
| Octal | 213 | 164 | 146 | 0 | 21 | 33 | 55 | 27 | 17 | 57 |
| Binary | 10001011 | 1110100 | 1100110 | 0 | 10001 | 11011 | 101101 | 10111 | 1111 | 101111 |
Color Harmonies of #8B7466
Complementary color
Monochromatic Colors of #8B7466
Black with #8B7466
Text Example
Text Example
White with #8B7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7466; }
p { color: rgb(139,116,102); }
H1.HeaderClassName
{
color: #8B7466;
}
.AnyTagClassName
{
color: #8B7466;
}
</style>
background-color css
<style>
a { background-color: #8B7466; }
a { background-color: rgb(139,116,102); }
div.DivClassName
{
background-color: #8B7466;
}
.BgClassName
{
background-color: #8B7466;
}
</style>
border-color css
<style>
span { border-color: #8B7466; }
span { border-color: rgb(139,116,102); }
td.TdClassName
{
border-color: #8B7466;
}
.TagClassName
{
border-color: #8B7466;
}
</style>