#9E866F

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

Shades of Sandal #9E866F

Tints of Sandal #9E866F

Color information

#9E866F (or 0x9E866F) is unknown color: approx Sandal. HEX triplet: 9E, 86 and 6F. RGB value is (158,134,111). Sum of RGB (Red+Green+Blue) = 158+134+111=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E866F is #617990. Grayscale: #8A8A8A. Windows color (decimal): -6388113 or 7308958. OLE color: 7308958.

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

Color convert

RGB158134111-
CMYK00.150.300.38
HSL29.36º19.5%52.75%-
HSV(B)29.36º29.75%61.96%-
XYZ25.4925.4718.61-
YUV138.55112.45141.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=39.21%
G=33.25%
B=27.54%

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
Decimal15813411100.150.300.3829.3619.552.75
Hex9E866F0F1E261d1435
Octal2362061570173646352465
Binary1001111010000110110111101111111101001101110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,111); }

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

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

 a { background-color: rgb(158,134,111); }

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

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

 span { border-color: rgb(158,134,111); }

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