Shades of Sandal #9D816A
Tints of Sandal #9D816A
RGB
CMYK
RGB Variations
Color information
#9D816A (or 0x9D816A) is known color: Sandal. HEX triplet: 9D, 81 and 6A. RGB value is (157,129,106). Sum of RGB (Red+Green+Blue) = 157+129+106=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D816A is #627E95. Grayscale: #868686. Windows color (decimal): -6454934 or 6979997. OLE color: 6979997.
HSL color Cylindrical-coordinate representation of color #9D816A: hue angle of 27.06º 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 #9D816A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 106 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.38 |
| HSL | 27.06º | 0.21% | 0.52% | - |
| HSV(B) | 27.06º | 0.32% | 0.62% | - |
| XYZ | 24.36 | 23.91 | 16.97 | - |
| YUV | 134.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 106 | 0 | 0.18 | 0.32 | 0.38 | 27.06 | 0.21 | 0.52 |
| Hex | 9D | 81 | 6A | 0 | 12 | 20 | 26 | 1B | 15 | 34 |
| Octal | 235 | 201 | 152 | 0 | 22 | 40 | 46 | 33 | 25 | 64 |
| Binary | 10011101 | 10000001 | 1101010 | 0 | 10010 | 100000 | 100110 | 11011 | 10101 | 110100 |
Color Harmonies of #9D816A
Complementary color
Monochromatic Colors of #9D816A
Black with #9D816A
Text Example
Text Example
White with #9D816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D816A; }
p { color: rgb(157,129,106); }
H1.HeaderClassName
{
color: #9D816A;
}
.AnyTagClassName
{
color: #9D816A;
}
</style>
background-color css
<style>
a { background-color: #9D816A; }
a { background-color: rgb(157,129,106); }
div.DivClassName
{
background-color: #9D816A;
}
.BgClassName
{
background-color: #9D816A;
}
</style>
border-color css
<style>
span { border-color: #9D816A; }
span { border-color: rgb(157,129,106); }
td.TdClassName
{
border-color: #9D816A;
}
.TagClassName
{
border-color: #9D816A;
}
</style>