Shades of Sandal #9D8468
Tints of Sandal #9D8468
RGB
CMYK
RGB Variations
Color information
#9D8468 (or 0x9D8468) is known color: Sandal. HEX triplet: 9D, 84 and 68. RGB value is (157,132,104). Sum of RGB (Red+Green+Blue) = 157+132+104=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8468 is #627B97. Grayscale: #888888. Windows color (decimal): -6454168 or 6849693. OLE color: 6849693.
HSL color Cylindrical-coordinate representation of color #9D8468: hue angle of 31.7º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8468 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 104 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.38 |
| HSL | 31.7º | 0.21% | 0.51% | - |
| HSV(B) | 31.7º | 0.34% | 0.62% | - |
| XYZ | 24.65 | 24.67 | 16.56 | - |
| YUV | 136.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 104 | 0 | 0.16 | 0.34 | 0.38 | 31.7 | 0.21 | 0.51 |
| Hex | 9D | 84 | 68 | 0 | 10 | 22 | 26 | 20 | 15 | 33 |
| Octal | 235 | 204 | 150 | 0 | 20 | 42 | 46 | 40 | 25 | 63 |
| Binary | 10011101 | 10000100 | 1101000 | 0 | 10000 | 100010 | 100110 | 100000 | 10101 | 110011 |
Color Harmonies of #9D8468
Complementary color
Monochromatic Colors of #9D8468
Black with #9D8468
Text Example
Text Example
White with #9D8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8468; }
p { color: rgb(157,132,104); }
H1.HeaderClassName
{
color: #9D8468;
}
.AnyTagClassName
{
color: #9D8468;
}
</style>
background-color css
<style>
a { background-color: #9D8468; }
a { background-color: rgb(157,132,104); }
div.DivClassName
{
background-color: #9D8468;
}
.BgClassName
{
background-color: #9D8468;
}
</style>
border-color css
<style>
span { border-color: #9D8468; }
span { border-color: rgb(157,132,104); }
td.TdClassName
{
border-color: #9D8468;
}
.TagClassName
{
border-color: #9D8468;
}
</style>