Shades of Sand Dune #8B7B63
Tints of Sand Dune #8B7B63
RGB
CMYK
RGB Variations
Color information
#8B7B63 (or 0x8B7B63) is known color: Sand Dune. HEX triplet: 8B, 7B and 63. RGB value is (139,123,99). Sum of RGB (Red+Green+Blue) = 139+123+99=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B63 is #74849C. Grayscale: #7D7D7D. Windows color (decimal): -7636125 or 6519691. OLE color: 6519691.
HSL color Cylindrical-coordinate representation of color #8B7B63: hue angle of 36º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7B63 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 99 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.45 |
| HSL | 36º | 0.17% | 0.47% | - |
| HSV(B) | 36º | 0.29% | 0.55% | - |
| XYZ | 19.98 | 20.56 | 14.72 | - |
| YUV | 125.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 99 | 0 | 0.12 | 0.29 | 0.45 | 36 | 0.17 | 0.47 |
| Hex | 8B | 7B | 63 | 0 | C | 1D | 2D | 24 | 11 | 2F |
| Octal | 213 | 173 | 143 | 0 | 14 | 35 | 55 | 44 | 21 | 57 |
| Binary | 10001011 | 1111011 | 1100011 | 0 | 1100 | 11101 | 101101 | 100100 | 10001 | 101111 |
Color Harmonies of #8B7B63
Complementary color
Monochromatic Colors of #8B7B63
Black with #8B7B63
Text Example
Text Example
White with #8B7B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B63; }
p { color: rgb(139,123,99); }
H1.HeaderClassName
{
color: #8B7B63;
}
.AnyTagClassName
{
color: #8B7B63;
}
</style>
background-color css
<style>
a { background-color: #8B7B63; }
a { background-color: rgb(139,123,99); }
div.DivClassName
{
background-color: #8B7B63;
}
.BgClassName
{
background-color: #8B7B63;
}
</style>
border-color css
<style>
span { border-color: #8B7B63; }
span { border-color: rgb(139,123,99); }
td.TdClassName
{
border-color: #8B7B63;
}
.TagClassName
{
border-color: #8B7B63;
}
</style>