Shades of Sandal #9C816B
Tints of Sandal #9C816B
RGB
CMYK
RGB Variations
Color information
#9C816B (or 0x9C816B) is known color: Sandal. HEX triplet: 9C, 81 and 6B. RGB value is (156,129,107). Sum of RGB (Red+Green+Blue) = 156+129+107=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C816B is #637E94. Grayscale: #868686. Windows color (decimal): -6520469 or 7045532. OLE color: 7045532.
HSL color Cylindrical-coordinate representation of color #9C816B: hue angle of 26.94º 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 #9C816B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 107 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.39 |
| HSL | 26.94º | 0.2% | 0.52% | - |
| HSV(B) | 26.94º | 0.31% | 0.61% | - |
| XYZ | 24.21 | 23.83 | 17.23 | - |
| YUV | 134.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 107 | 0 | 0.17 | 0.31 | 0.39 | 26.94 | 0.2 | 0.52 |
| Hex | 9C | 81 | 6B | 0 | 11 | 1F | 27 | 1B | 14 | 34 |
| Octal | 234 | 201 | 153 | 0 | 21 | 37 | 47 | 33 | 24 | 64 |
| Binary | 10011100 | 10000001 | 1101011 | 0 | 10001 | 11111 | 100111 | 11011 | 10100 | 110100 |
Color Harmonies of #9C816B
Complementary color
Monochromatic Colors of #9C816B
Black with #9C816B
Text Example
Text Example
White with #9C816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C816B; }
p { color: rgb(156,129,107); }
H1.HeaderClassName
{
color: #9C816B;
}
.AnyTagClassName
{
color: #9C816B;
}
</style>
background-color css
<style>
a { background-color: #9C816B; }
a { background-color: rgb(156,129,107); }
div.DivClassName
{
background-color: #9C816B;
}
.BgClassName
{
background-color: #9C816B;
}
</style>
border-color css
<style>
span { border-color: #9C816B; }
span { border-color: rgb(156,129,107); }
td.TdClassName
{
border-color: #9C816B;
}
.TagClassName
{
border-color: #9C816B;
}
</style>