#9E856A

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

Shades of Sandal #9E856A

Tints of Sandal #9E856A

Color information

#9E856A (or 0x9E856A) is unknown color: approx Sandal. HEX triplet: 9E, 85 and 6A. RGB value is (158,133,106). Sum of RGB (Red+Green+Blue) = 158+133+106=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E856A is #617A95. Grayscale: #898989. Windows color (decimal): -6388374 or 6981022. OLE color: 6981022.

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

Color convert

RGB158133106-
CMYK00.160.330.38
HSL31.15º21.14%51.76%-
HSV(B)31.15º32.91%61.96%-
XYZ25.0925.0817.16-
YUV137.4110.28142.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=39.80%
G=33.50%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813310600.160.330.3831.1521.1451.76
Hex9E856A01021261f1534
Octal2362051520204146372564
Binary100111101000010111010100100001000011001101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,106); }

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

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

 a { background-color: rgb(158,133,106); }

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

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

 span { border-color: rgb(158,133,106); }

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