Shades of Sandal #99856C
Tints of Sandal #99856C
RGB
CMYK
RGB Variations
Color information
#99856C (or 0x99856C) is known color: Sandal. HEX triplet: 99, 85 and 6C. RGB value is (153,133,108). Sum of RGB (Red+Green+Blue) = 153+133+108=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99856C is #667A93. Grayscale: #888888. Windows color (decimal): -6716052 or 7112089. OLE color: 7112089.
HSL color Cylindrical-coordinate representation of color #99856C: hue angle of 33.33º 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 #99856C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 108 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.4 |
| HSL | 33.33º | 0.18% | 0.51% | - |
| HSV(B) | 33.33º | 0.29% | 0.6% | - |
| XYZ | 24.23 | 24.63 | 17.66 | - |
| YUV | 136.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 108 | 0 | 0.13 | 0.29 | 0.4 | 33.33 | 0.18 | 0.51 |
| Hex | 99 | 85 | 6C | 0 | D | 1D | 28 | 21 | 12 | 33 |
| Octal | 231 | 205 | 154 | 0 | 15 | 35 | 50 | 41 | 22 | 63 |
| Binary | 10011001 | 10000101 | 1101100 | 0 | 1101 | 11101 | 101000 | 100001 | 10010 | 110011 |
Color Harmonies of #99856C
Complementary color
Monochromatic Colors of #99856C
Black with #99856C
Text Example
Text Example
White with #99856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99856C; }
p { color: rgb(153,133,108); }
H1.HeaderClassName
{
color: #99856C;
}
.AnyTagClassName
{
color: #99856C;
}
</style>
background-color css
<style>
a { background-color: #99856C; }
a { background-color: rgb(153,133,108); }
div.DivClassName
{
background-color: #99856C;
}
.BgClassName
{
background-color: #99856C;
}
</style>
border-color css
<style>
span { border-color: #99856C; }
span { border-color: rgb(153,133,108); }
td.TdClassName
{
border-color: #99856C;
}
.TagClassName
{
border-color: #99856C;
}
</style>