Shades of Sandal #9C8568
Tints of Sandal #9C8568
RGB
CMYK
RGB Variations
Color information
#9C8568 (or 0x9C8568) is known color: Sandal. HEX triplet: 9C, 85 and 68. RGB value is (156,133,104). Sum of RGB (Red+Green+Blue) = 156+133+104=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8568 is #637A97. Grayscale: #888888. Windows color (decimal): -6519448 or 6849948. OLE color: 6849948.
HSL color Cylindrical-coordinate representation of color #9C8568: hue angle of 33.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8568 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 104 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.39 |
| HSL | 33.46º | 0.21% | 0.51% | - |
| HSV(B) | 33.46º | 0.33% | 0.61% | - |
| XYZ | 24.6 | 24.84 | 16.6 | - |
| YUV | 136.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 104 | 0 | 0.15 | 0.33 | 0.39 | 33.46 | 0.21 | 0.51 |
| Hex | 9C | 85 | 68 | 0 | F | 21 | 27 | 21 | 15 | 33 |
| Octal | 234 | 205 | 150 | 0 | 17 | 41 | 47 | 41 | 25 | 63 |
| Binary | 10011100 | 10000101 | 1101000 | 0 | 1111 | 100001 | 100111 | 100001 | 10101 | 110011 |
Color Harmonies of #9C8568
Complementary color
Monochromatic Colors of #9C8568
Black with #9C8568
Text Example
Text Example
White with #9C8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8568; }
p { color: rgb(156,133,104); }
H1.HeaderClassName
{
color: #9C8568;
}
.AnyTagClassName
{
color: #9C8568;
}
</style>
background-color css
<style>
a { background-color: #9C8568; }
a { background-color: rgb(156,133,104); }
div.DivClassName
{
background-color: #9C8568;
}
.BgClassName
{
background-color: #9C8568;
}
</style>
border-color css
<style>
span { border-color: #9C8568; }
span { border-color: rgb(156,133,104); }
td.TdClassName
{
border-color: #9C8568;
}
.TagClassName
{
border-color: #9C8568;
}
</style>