Shades of Sandal #9F826A
Tints of Sandal #9F826A
RGB
CMYK
RGB Variations
Color information
#9F826A (or 0x9F826A) is known color: Sandal. HEX triplet: 9F, 82 and 6A. RGB value is (159,130,106). Sum of RGB (Red+Green+Blue) = 159+130+106=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F826A is #607D95. Grayscale: #888888. Windows color (decimal): -6323606 or 6980255. OLE color: 6980255.
HSL color Cylindrical-coordinate representation of color #9F826A: hue angle of 27.17º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F826A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 130 | 106 | - |
CMYK | 0 | 0.18 | 0.33 | 0.38 |
HSL | 27.17º | 0.22% | 0.52% | - |
HSV(B) | 27.17º | 0.33% | 0.62% | - |
XYZ | 24.88 | 24.38 | 17.03 | - |
YUV | 135.94 | 111.11 | 144.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 130 | 106 | 0 | 0.18 | 0.33 | 0.38 | 27.17 | 0.22 | 0.52 |
Hex | 9F | 82 | 6A | 0 | 12 | 21 | 26 | 1B | 16 | 34 |
Octal | 237 | 202 | 152 | 0 | 22 | 41 | 46 | 33 | 26 | 64 |
Binary | 10011111 | 10000010 | 1101010 | 0 | 10010 | 100001 | 100110 | 11011 | 10110 | 110100 |
Color Harmonies of #9F826A
Complementary color
Monochromatic Colors of #9F826A
Black with #9F826A
Text Example
Text Example
White with #9F826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F826A; }
p { color: rgb(159,130,106); }
H1.HeaderClassName
{
color: #9F826A;
}
.AnyTagClassName
{
color: #9F826A;
}
</style>
background-color css
<style>
a { background-color: #9F826A; }
a { background-color: rgb(159,130,106); }
div.DivClassName
{
background-color: #9F826A;
}
.BgClassName
{
background-color: #9F826A;
}
</style>
border-color css
<style>
span { border-color: #9F826A; }
span { border-color: rgb(159,130,106); }
td.TdClassName
{
border-color: #9F826A;
}
.TagClassName
{
border-color: #9F826A;
}
</style>