#9D856B

Color #9D856B Sandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandal #9D856B

Tints of Sandal #9D856B

Color information

#9D856B (or 0x9D856B) is unknown color: approx Sandal. HEX triplet: 9D, 85 and 6B. RGB value is (157,133,107). Sum of RGB (Red+Green+Blue) = 157+133+107=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D856B is #627A94. Grayscale: #898989. Windows color (decimal): -6453909 or 7046557. OLE color: 7046557.

HSL color Cylindrical-coordinate representation of color #9D856B: hue angle of 31.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D856B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB157133107-
CMYK00.150.320.38
HSL31.2º20.33%51.76%-
HSV(B)31.2º31.85%61.57%-
XYZ24.952517.42-
YUV137.21110.95142.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=39.55%
G=33.50%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713310700.150.320.3831.220.3351.76
Hex9D856B0F20261f1434
Octal2352051530174046372464
Binary10011101100001011101011011111000001001101111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D856B; }

 p { color: rgb(157,133,107); }

 H1.HeaderClassName
 {
   color: #9D856B;
 }
 .AnyTagClassName
 {
   color: #9D856B;
 }
</style>
background-color css

<style>
 a { background-color: #9D856B; }

 a { background-color: rgb(157,133,107); }

 div.DivClassName
 {
   background-color: #9D856B;
 }
 .BgClassName
 {
   background-color: #9D856B;
 }
</style>
border-color css

<style>
 span { border-color: #9D856B; }

 span { border-color: rgb(157,133,107); }

 td.TdClassName
 {
   border-color: #9D856B;
 }
 .TagClassName
 {
   border-color: #9D856B;
 }
</style>