Shades of Sandal #99856E
Tints of Sandal #99856E
RGB
CMYK
RGB Variations
Color information
#99856E (or 0x99856E) is known color: Sandal. HEX triplet: 99, 85 and 6E. RGB value is (153,133,110). Sum of RGB (Red+Green+Blue) = 153+133+110=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99856E is #667A91. Grayscale: #888888. Windows color (decimal): -6716050 or 7243161. OLE color: 7243161.
HSL color Cylindrical-coordinate representation of color #99856E: hue angle of 32.09º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99856E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 110 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.4 |
| HSL | 32.09º | 0.17% | 0.52% | - |
| HSV(B) | 32.09º | 0.28% | 0.6% | - |
| XYZ | 24.34 | 24.67 | 18.23 | - |
| YUV | 136.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 110 | 0 | 0.13 | 0.28 | 0.4 | 32.09 | 0.17 | 0.52 |
| Hex | 99 | 85 | 6E | 0 | D | 1C | 28 | 20 | 11 | 34 |
| Octal | 231 | 205 | 156 | 0 | 15 | 34 | 50 | 40 | 21 | 64 |
| Binary | 10011001 | 10000101 | 1101110 | 0 | 1101 | 11100 | 101000 | 100000 | 10001 | 110100 |
Color Harmonies of #99856E
Complementary color
Monochromatic Colors of #99856E
Black with #99856E
Text Example
Text Example
White with #99856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99856E; }
p { color: rgb(153,133,110); }
H1.HeaderClassName
{
color: #99856E;
}
.AnyTagClassName
{
color: #99856E;
}
</style>
background-color css
<style>
a { background-color: #99856E; }
a { background-color: rgb(153,133,110); }
div.DivClassName
{
background-color: #99856E;
}
.BgClassName
{
background-color: #99856E;
}
</style>
border-color css
<style>
span { border-color: #99856E; }
span { border-color: rgb(153,133,110); }
td.TdClassName
{
border-color: #99856E;
}
.TagClassName
{
border-color: #99856E;
}
</style>