Shades of Sandal #98856F
Tints of Sandal #98856F
RGB
CMYK
RGB Variations
Color information
#98856F (or 0x98856F) is known color: Sandal. HEX triplet: 98, 85 and 6F. RGB value is (152,133,111). Sum of RGB (Red+Green+Blue) = 152+133+111=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98856F is #677A90. Grayscale: #888888. Windows color (decimal): -6781585 or 7308696. OLE color: 7308696.
HSL color Cylindrical-coordinate representation of color #98856F: hue angle of 32.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98856F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 111 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.40 |
| HSL | 32.2º | 0.17% | 0.52% | - |
| HSV(B) | 32.2º | 0.27% | 0.6% | - |
| XYZ | 24.21 | 24.6 | 18.51 | - |
| YUV | 136.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 111 | 0 | 0.13 | 0.27 | 0.40 | 32.2 | 0.17 | 0.52 |
| Hex | 98 | 85 | 6F | 0 | D | 1B | 28 | 20 | 11 | 34 |
| Octal | 230 | 205 | 157 | 0 | 15 | 33 | 50 | 40 | 21 | 64 |
| Binary | 10011000 | 10000101 | 1101111 | 0 | 1101 | 11011 | 101000 | 100000 | 10001 | 110100 |
Color Harmonies of #98856F
Complementary color
Monochromatic Colors of #98856F
Black with #98856F
Text Example
Text Example
White with #98856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98856F; }
p { color: rgb(152,133,111); }
H1.HeaderClassName
{
color: #98856F;
}
.AnyTagClassName
{
color: #98856F;
}
</style>
background-color css
<style>
a { background-color: #98856F; }
a { background-color: rgb(152,133,111); }
div.DivClassName
{
background-color: #98856F;
}
.BgClassName
{
background-color: #98856F;
}
</style>
border-color css
<style>
span { border-color: #98856F; }
span { border-color: rgb(152,133,111); }
td.TdClassName
{
border-color: #98856F;
}
.TagClassName
{
border-color: #98856F;
}
</style>