Shades of Sandal #99856B
Tints of Sandal #99856B
RGB
CMYK
RGB Variations
Color information
#99856B (or 0x99856B) is known color: Sandal. HEX triplet: 99, 85 and 6B. RGB value is (153,133,107). Sum of RGB (Red+Green+Blue) = 153+133+107=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99856B is #667A94. Grayscale: #888888. Windows color (decimal): -6716053 or 7046553. OLE color: 7046553.
HSL color Cylindrical-coordinate representation of color #99856B: hue angle of 33.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99856B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 107 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.4 |
| HSL | 33.91º | 0.18% | 0.51% | - |
| HSV(B) | 33.91º | 0.3% | 0.6% | - |
| XYZ | 24.18 | 24.61 | 17.39 | - |
| YUV | 136.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 107 | 0 | 0.13 | 0.30 | 0.4 | 33.91 | 0.18 | 0.51 |
| Hex | 99 | 85 | 6B | 0 | D | 1E | 28 | 22 | 12 | 33 |
| Octal | 231 | 205 | 153 | 0 | 15 | 36 | 50 | 42 | 22 | 63 |
| Binary | 10011001 | 10000101 | 1101011 | 0 | 1101 | 11110 | 101000 | 100010 | 10010 | 110011 |
Color Harmonies of #99856B
Complementary color
Monochromatic Colors of #99856B
Black with #99856B
Text Example
Text Example
White with #99856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99856B; }
p { color: rgb(153,133,107); }
H1.HeaderClassName
{
color: #99856B;
}
.AnyTagClassName
{
color: #99856B;
}
</style>
background-color css
<style>
a { background-color: #99856B; }
a { background-color: rgb(153,133,107); }
div.DivClassName
{
background-color: #99856B;
}
.BgClassName
{
background-color: #99856B;
}
</style>
border-color css
<style>
span { border-color: #99856B; }
span { border-color: rgb(153,133,107); }
td.TdClassName
{
border-color: #99856B;
}
.TagClassName
{
border-color: #99856B;
}
</style>