#9F8466

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

Shades of Sandal #9F8466

Tints of Sandal #9F8466

Color information

#9F8466 (or 0x9F8466) is unknown color: approx Sandal. HEX triplet: 9F, 84 and 66. RGB value is (159,132,102). Sum of RGB (Red+Green+Blue) = 159+132+102=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8466 is #607B99. Grayscale: #888888. Windows color (decimal): -6323098 or 6718623. OLE color: 6718623.

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

Color convert

RGB159132102-
CMYK00.170.360.38
HSL31.58º22.89%51.18%-
HSV(B)31.58º35.85%62.35%-
XYZ24.9524.8316.05-
YUV136.65108.45143.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=40.46%
G=33.59%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913210200.170.360.3831.5822.8951.18
Hex9F84660112426201733
Octal2372041460214446402763
Binary1001111110000100110011001000110010010011010000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,102); }

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

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

 a { background-color: rgb(159,132,102); }

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

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

 span { border-color: rgb(159,132,102); }

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