Shades of Sandal #9C816C
Tints of Sandal #9C816C
RGB
CMYK
RGB Variations
Color information
#9C816C (or 0x9C816C) is known color: Sandal. HEX triplet: 9C, 81 and 6C. RGB value is (156,129,108). Sum of RGB (Red+Green+Blue) = 156+129+108=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C816C is #637E93. Grayscale: #868686. Windows color (decimal): -6520468 or 7111068. OLE color: 7111068.
HSL color Cylindrical-coordinate representation of color #9C816C: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C816C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 108 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.39 |
| HSL | 26.25º | 0.2% | 0.52% | - |
| HSV(B) | 26.25º | 0.31% | 0.61% | - |
| XYZ | 24.27 | 23.85 | 17.51 | - |
| YUV | 134.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 108 | 0 | 0.17 | 0.31 | 0.39 | 26.25 | 0.2 | 0.52 |
| Hex | 9C | 81 | 6C | 0 | 11 | 1F | 27 | 1A | 14 | 34 |
| Octal | 234 | 201 | 154 | 0 | 21 | 37 | 47 | 32 | 24 | 64 |
| Binary | 10011100 | 10000001 | 1101100 | 0 | 10001 | 11111 | 100111 | 11010 | 10100 | 110100 |
Color Harmonies of #9C816C
Complementary color
Monochromatic Colors of #9C816C
Black with #9C816C
Text Example
Text Example
White with #9C816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C816C; }
p { color: rgb(156,129,108); }
H1.HeaderClassName
{
color: #9C816C;
}
.AnyTagClassName
{
color: #9C816C;
}
</style>
background-color css
<style>
a { background-color: #9C816C; }
a { background-color: rgb(156,129,108); }
div.DivClassName
{
background-color: #9C816C;
}
.BgClassName
{
background-color: #9C816C;
}
</style>
border-color css
<style>
span { border-color: #9C816C; }
span { border-color: rgb(156,129,108); }
td.TdClassName
{
border-color: #9C816C;
}
.TagClassName
{
border-color: #9C816C;
}
</style>