Shades of Sandal #9B816C
Tints of Sandal #9B816C
RGB
CMYK
RGB Variations
Color information
#9B816C (or 0x9B816C) is known color: Sandal. HEX triplet: 9B, 81 and 6C. RGB value is (155,129,108). Sum of RGB (Red+Green+Blue) = 155+129+108=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B816C is #647E93. Grayscale: #868686. Windows color (decimal): -6586004 or 7111067. OLE color: 7111067.
HSL color Cylindrical-coordinate representation of color #9B816C: hue angle of 26.81º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B816C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 108 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.39 |
| HSL | 26.81º | 0.19% | 0.52% | - |
| HSV(B) | 26.81º | 0.3% | 0.61% | - |
| XYZ | 24.07 | 23.75 | 17.5 | - |
| YUV | 134.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 108 | 0 | 0.17 | 0.30 | 0.39 | 26.81 | 0.19 | 0.52 |
| Hex | 9B | 81 | 6C | 0 | 11 | 1E | 27 | 1B | 13 | 34 |
| Octal | 233 | 201 | 154 | 0 | 21 | 36 | 47 | 33 | 23 | 64 |
| Binary | 10011011 | 10000001 | 1101100 | 0 | 10001 | 11110 | 100111 | 11011 | 10011 | 110100 |
Color Harmonies of #9B816C
Complementary color
Monochromatic Colors of #9B816C
Black with #9B816C
Text Example
Text Example
White with #9B816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B816C; }
p { color: rgb(155,129,108); }
H1.HeaderClassName
{
color: #9B816C;
}
.AnyTagClassName
{
color: #9B816C;
}
</style>
background-color css
<style>
a { background-color: #9B816C; }
a { background-color: rgb(155,129,108); }
div.DivClassName
{
background-color: #9B816C;
}
.BgClassName
{
background-color: #9B816C;
}
</style>
border-color css
<style>
span { border-color: #9B816C; }
span { border-color: rgb(155,129,108); }
td.TdClassName
{
border-color: #9B816C;
}
.TagClassName
{
border-color: #9B816C;
}
</style>