Shades of Sandal #99856D
Tints of Sandal #99856D
RGB
CMYK
RGB Variations
Color information
#99856D (or 0x99856D) is known color: Sandal. HEX triplet: 99, 85 and 6D. RGB value is (153,133,109). Sum of RGB (Red+Green+Blue) = 153+133+109=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99856D is #667A92. Grayscale: #888888. Windows color (decimal): -6716051 or 7177625. OLE color: 7177625.
HSL color Cylindrical-coordinate representation of color #99856D: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99856D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 109 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.4 |
| HSL | 32.73º | 0.18% | 0.51% | - |
| HSV(B) | 32.73º | 0.29% | 0.6% | - |
| XYZ | 24.28 | 24.65 | 17.95 | - |
| YUV | 136.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 109 | 0 | 0.13 | 0.29 | 0.4 | 32.73 | 0.18 | 0.51 |
| Hex | 99 | 85 | 6D | 0 | D | 1D | 28 | 21 | 12 | 33 |
| Octal | 231 | 205 | 155 | 0 | 15 | 35 | 50 | 41 | 22 | 63 |
| Binary | 10011001 | 10000101 | 1101101 | 0 | 1101 | 11101 | 101000 | 100001 | 10010 | 110011 |
Color Harmonies of #99856D
Complementary color
Monochromatic Colors of #99856D
Black with #99856D
Text Example
Text Example
White with #99856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99856D; }
p { color: rgb(153,133,109); }
H1.HeaderClassName
{
color: #99856D;
}
.AnyTagClassName
{
color: #99856D;
}
</style>
background-color css
<style>
a { background-color: #99856D; }
a { background-color: rgb(153,133,109); }
div.DivClassName
{
background-color: #99856D;
}
.BgClassName
{
background-color: #99856D;
}
</style>
border-color css
<style>
span { border-color: #99856D; }
span { border-color: rgb(153,133,109); }
td.TdClassName
{
border-color: #99856D;
}
.TagClassName
{
border-color: #99856D;
}
</style>