Shades of Sandal #9D846A
Tints of Sandal #9D846A
RGB
CMYK
RGB Variations
Color information
#9D846A (or 0x9D846A) is known color: Sandal. HEX triplet: 9D, 84 and 6A. RGB value is (157,132,106). Sum of RGB (Red+Green+Blue) = 157+132+106=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D846A is #627B95. Grayscale: #888888. Windows color (decimal): -6454166 or 6980765. OLE color: 6980765.
HSL color Cylindrical-coordinate representation of color #9D846A: hue angle of 30.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D846A is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 106 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.38 |
| HSL | 30.59º | 0.21% | 0.52% | - |
| HSV(B) | 30.59º | 0.32% | 0.62% | - |
| XYZ | 24.76 | 24.71 | 17.1 | - |
| YUV | 136.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 106 | 0 | 0.16 | 0.32 | 0.38 | 30.59 | 0.21 | 0.52 |
| Hex | 9D | 84 | 6A | 0 | 10 | 20 | 26 | 1F | 15 | 34 |
| Octal | 235 | 204 | 152 | 0 | 20 | 40 | 46 | 37 | 25 | 64 |
| Binary | 10011101 | 10000100 | 1101010 | 0 | 10000 | 100000 | 100110 | 11111 | 10101 | 110100 |
Color Harmonies of #9D846A
Complementary color
Monochromatic Colors of #9D846A
Black with #9D846A
Text Example
Text Example
White with #9D846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D846A; }
p { color: rgb(157,132,106); }
H1.HeaderClassName
{
color: #9D846A;
}
.AnyTagClassName
{
color: #9D846A;
}
</style>
background-color css
<style>
a { background-color: #9D846A; }
a { background-color: rgb(157,132,106); }
div.DivClassName
{
background-color: #9D846A;
}
.BgClassName
{
background-color: #9D846A;
}
</style>
border-color css
<style>
span { border-color: #9D846A; }
span { border-color: rgb(157,132,106); }
td.TdClassName
{
border-color: #9D846A;
}
.TagClassName
{
border-color: #9D846A;
}
</style>