#9F886F

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

Shades of Sandal #9F886F

Tints of Sandal #9F886F

Color information

#9F886F (or 0x9F886F) is unknown color: approx Sandal. HEX triplet: 9F, 88 and 6F. RGB value is (159,136,111). Sum of RGB (Red+Green+Blue) = 159+136+111=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F886F is #607790. Grayscale: #8C8C8C. Windows color (decimal): -6322065 or 7309471. OLE color: 7309471.

HSL color Cylindrical-coordinate representation of color #9F886F: hue angle of 31.25º 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 #9F886F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159136111-
CMYK00.140.300.38
HSL31.25º20%52.94%-
HSV(B)31.25º30.19%62.35%-
XYZ25.9726.1318.71-
YUV140.03111.62141.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=39.16%
G=33.50%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913611100.140.300.3831.252052.94
Hex9F886F0E1E261f1435
Octal2372101570163646372465
Binary1001111110001000110111101110111101001101111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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