#9E8268

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

Shades of Sandal #9E8268

Tints of Sandal #9E8268

Color information

#9E8268 (or 0x9E8268) is unknown color: approx Sandal. HEX triplet: 9E, 82 and 68. RGB value is (158,130,104). Sum of RGB (Red+Green+Blue) = 158+130+104=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8268 is #617D97. Grayscale: #878787. Windows color (decimal): -6389144 or 6849182. OLE color: 6849182.

HSL color Cylindrical-coordinate representation of color #9E8268: hue angle of 28.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E8268 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158130104-
CMYK00.180.340.38
HSL28.89º21.77%51.37%-
HSV(B)28.89º34.18%61.96%-
XYZ24.5824.2316.48-
YUV135.41110.28144.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=40.31%
G=33.16%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813010400.180.340.3828.8921.7751.37
Hex9E826801222261d1633
Octal2362021500224246352663
Binary100111101000001011010000100101000101001101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,104); }

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

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

 a { background-color: rgb(158,130,104); }

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

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

 span { border-color: rgb(158,130,104); }

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