#9F886E

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

Shades of Sandal #9F886E

Tints of Sandal #9F886E

Color information

#9F886E (or 0x9F886E) is unknown color: approx Sandal. HEX triplet: 9F, 88 and 6E. RGB value is (159,136,110). Sum of RGB (Red+Green+Blue) = 159+136+110=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F886E is #607791. Grayscale: #8C8C8C. Windows color (decimal): -6322066 or 7243935. OLE color: 7243935.

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

Color convert

RGB159136110-
CMYK00.140.310.38
HSL31.84º20.33%52.75%-
HSV(B)31.84º30.82%62.35%-
XYZ25.9226.1118.42-
YUV139.91111.12141.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=39.26%
G=33.58%
B=27.16%

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
Decimal15913611000.140.310.3831.8420.3352.75
Hex9F886E0E1F26201435
Octal2372101560163746402465
Binary10011111100010001101110011101111110011010000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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