Shades of Sand Dune #8B7568
Tints of Sand Dune #8B7568
RGB
CMYK
RGB Variations
Color information
#8B7568 (or 0x8B7568) is known color: Sand Dune. HEX triplet: 8B, 75 and 68. RGB value is (139,117,104). Sum of RGB (Red+Green+Blue) = 139+117+104=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7568 is #748A97. Grayscale: #7A7A7A. Windows color (decimal): -7637656 or 6845835. OLE color: 6845835.
HSL color Cylindrical-coordinate representation of color #8B7568: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7568 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 104 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.45 |
| HSL | 22.29º | 0.14% | 0.48% | - |
| HSV(B) | 22.29º | 0.25% | 0.55% | - |
| XYZ | 19.51 | 19.21 | 15.78 | - |
| YUV | 122.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 104 | 0 | 0.16 | 0.25 | 0.45 | 22.29 | 0.14 | 0.48 |
| Hex | 8B | 75 | 68 | 0 | 10 | 19 | 2D | 16 | E | 30 |
| Octal | 213 | 165 | 150 | 0 | 20 | 31 | 55 | 26 | 16 | 60 |
| Binary | 10001011 | 1110101 | 1101000 | 0 | 10000 | 11001 | 101101 | 10110 | 1110 | 110000 |
Color Harmonies of #8B7568
Complementary color
Monochromatic Colors of #8B7568
Black with #8B7568
Text Example
Text Example
White with #8B7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7568; }
p { color: rgb(139,117,104); }
H1.HeaderClassName
{
color: #8B7568;
}
.AnyTagClassName
{
color: #8B7568;
}
</style>
background-color css
<style>
a { background-color: #8B7568; }
a { background-color: rgb(139,117,104); }
div.DivClassName
{
background-color: #8B7568;
}
.BgClassName
{
background-color: #8B7568;
}
</style>
border-color css
<style>
span { border-color: #8B7568; }
span { border-color: rgb(139,117,104); }
td.TdClassName
{
border-color: #8B7568;
}
.TagClassName
{
border-color: #8B7568;
}
</style>