#9F886D

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

Shades of Sandal #9F886D

Tints of Sandal #9F886D

Color information

#9F886D (or 0x9F886D) is unknown color: approx Sandal. HEX triplet: 9F, 88 and 6D. RGB value is (159,136,109). Sum of RGB (Red+Green+Blue) = 159+136+109=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F886D is #607792. Grayscale: #8B8B8B. Windows color (decimal): -6322067 or 7178399. OLE color: 7178399.

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

Color convert

RGB159136109-
CMYK00.140.310.38
HSL32.4º20.66%52.55%-
HSV(B)32.4º31.45%62.35%-
XYZ25.8626.0818.14-
YUV139.8110.62141.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=39.36%
G=33.66%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913610900.140.310.3832.420.6652.55
Hex9F886D0E1F26201535
Octal2372101550163746402565
Binary10011111100010001101101011101111110011010000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,109); }

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

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

 a { background-color: rgb(159,136,109); }

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

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

 span { border-color: rgb(159,136,109); }

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