Shades of Sandal #998469
Tints of Sandal #998469
RGB
CMYK
RGB Variations
Color information
#998469 (or 0x998469) is known color: Sandal. HEX triplet: 99, 84 and 69. RGB value is (153,132,105). Sum of RGB (Red+Green+Blue) = 153+132+105=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #998469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998469 is #667B96. Grayscale: #878787. Windows color (decimal): -6716311 or 6915225. OLE color: 6915225.
HSL color Cylindrical-coordinate representation of color #998469: hue angle of 33.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998469 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 105 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.4 |
| HSL | 33.75º | 0.19% | 0.51% | - |
| HSV(B) | 33.75º | 0.31% | 0.6% | - |
| XYZ | 23.94 | 24.29 | 16.79 | - |
| YUV | 135.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 105 | 0 | 0.14 | 0.31 | 0.4 | 33.75 | 0.19 | 0.51 |
| Hex | 99 | 84 | 69 | 0 | E | 1F | 28 | 22 | 13 | 33 |
| Octal | 231 | 204 | 151 | 0 | 16 | 37 | 50 | 42 | 23 | 63 |
| Binary | 10011001 | 10000100 | 1101001 | 0 | 1110 | 11111 | 101000 | 100010 | 10011 | 110011 |
Color Harmonies of #998469
Complementary color
Monochromatic Colors of #998469
Black with #998469
Text Example
Text Example
White with #998469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998469; }
p { color: rgb(153,132,105); }
H1.HeaderClassName
{
color: #998469;
}
.AnyTagClassName
{
color: #998469;
}
</style>
background-color css
<style>
a { background-color: #998469; }
a { background-color: rgb(153,132,105); }
div.DivClassName
{
background-color: #998469;
}
.BgClassName
{
background-color: #998469;
}
</style>
border-color css
<style>
span { border-color: #998469; }
span { border-color: rgb(153,132,105); }
td.TdClassName
{
border-color: #998469;
}
.TagClassName
{
border-color: #998469;
}
</style>