Shades of Sandal #9C826D
Tints of Sandal #9C826D
RGB
CMYK
RGB Variations
Color information
#9C826D (or 0x9C826D) is known color: Sandal. HEX triplet: 9C, 82 and 6D. RGB value is (156,130,109). Sum of RGB (Red+Green+Blue) = 156+130+109=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C826D is #637D92. Grayscale: #878787. Windows color (decimal): -6520211 or 7176860. OLE color: 7176860.
HSL color Cylindrical-coordinate representation of color #9C826D: hue angle of 26.81º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C826D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 109 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.39 |
| HSL | 26.81º | 0.19% | 0.52% | - |
| HSV(B) | 26.81º | 0.3% | 0.61% | - |
| XYZ | 24.45 | 24.14 | 17.84 | - |
| YUV | 135.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 109 | 0 | 0.17 | 0.30 | 0.39 | 26.81 | 0.19 | 0.52 |
| Hex | 9C | 82 | 6D | 0 | 11 | 1E | 27 | 1B | 13 | 34 |
| Octal | 234 | 202 | 155 | 0 | 21 | 36 | 47 | 33 | 23 | 64 |
| Binary | 10011100 | 10000010 | 1101101 | 0 | 10001 | 11110 | 100111 | 11011 | 10011 | 110100 |
Color Harmonies of #9C826D
Complementary color
Monochromatic Colors of #9C826D
Black with #9C826D
Text Example
Text Example
White with #9C826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C826D; }
p { color: rgb(156,130,109); }
H1.HeaderClassName
{
color: #9C826D;
}
.AnyTagClassName
{
color: #9C826D;
}
</style>
background-color css
<style>
a { background-color: #9C826D; }
a { background-color: rgb(156,130,109); }
div.DivClassName
{
background-color: #9C826D;
}
.BgClassName
{
background-color: #9C826D;
}
</style>
border-color css
<style>
span { border-color: #9C826D; }
span { border-color: rgb(156,130,109); }
td.TdClassName
{
border-color: #9C826D;
}
.TagClassName
{
border-color: #9C826D;
}
</style>