Shades of Sandal #9D826A
Tints of Sandal #9D826A
RGB
CMYK
RGB Variations
Color information
#9D826A (or 0x9D826A) is known color: Sandal. HEX triplet: 9D, 82 and 6A. RGB value is (157,130,106). Sum of RGB (Red+Green+Blue) = 157+130+106=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D826A is #627D95. Grayscale: #878787. Windows color (decimal): -6454678 or 6980253. OLE color: 6980253.
HSL color Cylindrical-coordinate representation of color #9D826A: hue angle of 28.24º 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 #9D826A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 106 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.38 |
| HSL | 28.24º | 0.21% | 0.52% | - |
| HSV(B) | 28.24º | 0.32% | 0.62% | - |
| XYZ | 24.49 | 24.17 | 17.01 | - |
| YUV | 135.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 106 | 0 | 0.17 | 0.32 | 0.38 | 28.24 | 0.21 | 0.52 |
| Hex | 9D | 82 | 6A | 0 | 11 | 20 | 26 | 1C | 15 | 34 |
| Octal | 235 | 202 | 152 | 0 | 21 | 40 | 46 | 34 | 25 | 64 |
| Binary | 10011101 | 10000010 | 1101010 | 0 | 10001 | 100000 | 100110 | 11100 | 10101 | 110100 |
Color Harmonies of #9D826A
Complementary color
Monochromatic Colors of #9D826A
Black with #9D826A
Text Example
Text Example
White with #9D826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D826A; }
p { color: rgb(157,130,106); }
H1.HeaderClassName
{
color: #9D826A;
}
.AnyTagClassName
{
color: #9D826A;
}
</style>
background-color css
<style>
a { background-color: #9D826A; }
a { background-color: rgb(157,130,106); }
div.DivClassName
{
background-color: #9D826A;
}
.BgClassName
{
background-color: #9D826A;
}
</style>
border-color css
<style>
span { border-color: #9D826A; }
span { border-color: rgb(157,130,106); }
td.TdClassName
{
border-color: #9D826A;
}
.TagClassName
{
border-color: #9D826A;
}
</style>