Shades of Sandal #9B8468
Tints of Sandal #9B8468
RGB
CMYK
RGB Variations
Color information
#9B8468 (or 0x9B8468) is known color: Sandal. HEX triplet: 9B, 84 and 68. RGB value is (155,132,104). Sum of RGB (Red+Green+Blue) = 155+132+104=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8468 is #647B97. Grayscale: #878787. Windows color (decimal): -6585240 or 6849691. OLE color: 6849691.
HSL color Cylindrical-coordinate representation of color #9B8468: hue angle of 32.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8468 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 104 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.39 |
| HSL | 32.94º | 0.2% | 0.51% | - |
| HSV(B) | 32.94º | 0.33% | 0.61% | - |
| XYZ | 24.27 | 24.47 | 16.54 | - |
| YUV | 135.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 104 | 0 | 0.15 | 0.33 | 0.39 | 32.94 | 0.2 | 0.51 |
| Hex | 9B | 84 | 68 | 0 | F | 21 | 27 | 21 | 14 | 33 |
| Octal | 233 | 204 | 150 | 0 | 17 | 41 | 47 | 41 | 24 | 63 |
| Binary | 10011011 | 10000100 | 1101000 | 0 | 1111 | 100001 | 100111 | 100001 | 10100 | 110011 |
Color Harmonies of #9B8468
Complementary color
Monochromatic Colors of #9B8468
Black with #9B8468
Text Example
Text Example
White with #9B8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8468; }
p { color: rgb(155,132,104); }
H1.HeaderClassName
{
color: #9B8468;
}
.AnyTagClassName
{
color: #9B8468;
}
</style>
background-color css
<style>
a { background-color: #9B8468; }
a { background-color: rgb(155,132,104); }
div.DivClassName
{
background-color: #9B8468;
}
.BgClassName
{
background-color: #9B8468;
}
</style>
border-color css
<style>
span { border-color: #9B8468; }
span { border-color: rgb(155,132,104); }
td.TdClassName
{
border-color: #9B8468;
}
.TagClassName
{
border-color: #9B8468;
}
</style>