#9F8960

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

Shades of Sandal #9F8960

Tints of Sandal #9F8960

Color information

#9F8960 (or 0x9F8960) is unknown color: approx Sandal. HEX triplet: 9F, 89 and 60. RGB value is (159,137,96). Sum of RGB (Red+Green+Blue) = 159+137+96=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8960 is #60769F. Grayscale: #8B8B8B. Windows color (decimal): -6321824 or 6326687. OLE color: 6326687.

HSL color Cylindrical-coordinate representation of color #9F8960: hue angle of 39.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8960 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15913796-
CMYK00.140.400.38
HSL39.05º24.71%50%-
HSV(B)39.05º39.62%62.35%-
XYZ25.3626.1114.77-
YUV138.9103.79142.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=40.56%
G=34.95%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591379600.140.400.3839.0524.7150
Hex9F89600E2826271932
Octal2372111400165046473162
Binary100111111000100111000000111010100010011010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,96); }

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

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

 a { background-color: rgb(159,137,96); }

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

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

 span { border-color: rgb(159,137,96); }

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