#9D856E

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

Shades of Sandal #9D856E

Tints of Sandal #9D856E

Color information

#9D856E (or 0x9D856E) is unknown color: approx Sandal. HEX triplet: 9D, 85 and 6E. RGB value is (157,133,110). Sum of RGB (Red+Green+Blue) = 157+133+110=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D856E is #627A91. Grayscale: #898989. Windows color (decimal): -6453906 or 7243165. OLE color: 7243165.

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

Color convert

RGB157133110-
CMYK00.150.300.38
HSL29.36º19.34%52.35%-
HSV(B)29.36º29.94%61.57%-
XYZ25.1125.0718.27-
YUV137.55112.45141.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=39.25%
G=33.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713311000.150.300.3829.3619.3452.35
Hex9D856E0F1E261d1334
Octal2352051560173646352364
Binary1001110110000101110111001111111101001101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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