Shades of Sand Dune #8B7A61
Tints of Sand Dune #8B7A61
RGB
CMYK
RGB Variations
Color information
#8B7A61 (or 0x8B7A61) is known color: Sand Dune. HEX triplet: 8B, 7A and 61. RGB value is (139,122,97). Sum of RGB (Red+Green+Blue) = 139+122+97=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A61 is #74859E. Grayscale: #7C7C7C. Windows color (decimal): -7636383 or 6388363. OLE color: 6388363.
HSL color Cylindrical-coordinate representation of color #8B7A61: hue angle of 35.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B7A61 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 97 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.45 |
| HSL | 35.71º | 0.18% | 0.46% | - |
| HSV(B) | 35.71º | 0.3% | 0.55% | - |
| XYZ | 19.76 | 20.27 | 14.18 | - |
| YUV | 124.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 97 | 0 | 0.12 | 0.30 | 0.45 | 35.71 | 0.18 | 0.46 |
| Hex | 8B | 7A | 61 | 0 | C | 1E | 2D | 24 | 12 | 2E |
| Octal | 213 | 172 | 141 | 0 | 14 | 36 | 55 | 44 | 22 | 56 |
| Binary | 10001011 | 1111010 | 1100001 | 0 | 1100 | 11110 | 101101 | 100100 | 10010 | 101110 |
Color Harmonies of #8B7A61
Complementary color
Monochromatic Colors of #8B7A61
Black with #8B7A61
Text Example
Text Example
White with #8B7A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A61; }
p { color: rgb(139,122,97); }
H1.HeaderClassName
{
color: #8B7A61;
}
.AnyTagClassName
{
color: #8B7A61;
}
</style>
background-color css
<style>
a { background-color: #8B7A61; }
a { background-color: rgb(139,122,97); }
div.DivClassName
{
background-color: #8B7A61;
}
.BgClassName
{
background-color: #8B7A61;
}
</style>
border-color css
<style>
span { border-color: #8B7A61; }
span { border-color: rgb(139,122,97); }
td.TdClassName
{
border-color: #8B7A61;
}
.TagClassName
{
border-color: #8B7A61;
}
</style>