Shades of Sandal #9A8568
Tints of Sandal #9A8568
RGB
CMYK
RGB Variations
Color information
#9A8568 (or 0x9A8568) is known color: Sandal. HEX triplet: 9A, 85 and 68. RGB value is (154,133,104). Sum of RGB (Red+Green+Blue) = 154+133+104=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8568 is #657A97. Grayscale: #888888. Windows color (decimal): -6650520 or 6849946. OLE color: 6849946.
HSL color Cylindrical-coordinate representation of color #9A8568: hue angle of 34.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8568 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 104 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.40 |
| HSL | 34.8º | 0.2% | 0.51% | - |
| HSV(B) | 34.8º | 0.32% | 0.6% | - |
| XYZ | 24.21 | 24.64 | 16.58 | - |
| YUV | 135.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 104 | 0 | 0.14 | 0.32 | 0.40 | 34.8 | 0.2 | 0.51 |
| Hex | 9A | 85 | 68 | 0 | E | 20 | 28 | 23 | 14 | 33 |
| Octal | 232 | 205 | 150 | 0 | 16 | 40 | 50 | 43 | 24 | 63 |
| Binary | 10011010 | 10000101 | 1101000 | 0 | 1110 | 100000 | 101000 | 100011 | 10100 | 110011 |
Color Harmonies of #9A8568
Complementary color
Monochromatic Colors of #9A8568
Black with #9A8568
Text Example
Text Example
White with #9A8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8568; }
p { color: rgb(154,133,104); }
H1.HeaderClassName
{
color: #9A8568;
}
.AnyTagClassName
{
color: #9A8568;
}
</style>
background-color css
<style>
a { background-color: #9A8568; }
a { background-color: rgb(154,133,104); }
div.DivClassName
{
background-color: #9A8568;
}
.BgClassName
{
background-color: #9A8568;
}
</style>
border-color css
<style>
span { border-color: #9A8568; }
span { border-color: rgb(154,133,104); }
td.TdClassName
{
border-color: #9A8568;
}
.TagClassName
{
border-color: #9A8568;
}
</style>