#897960

Color #897960 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #897960

Tints of Sand Dune #897960

Color information

#897960 (or 0x897960) is unknown color: approx Sand Dune. HEX triplet: 89, 79 and 60. RGB value is (137,121,96). Sum of RGB (Red+Green+Blue) = 137+121+96=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897960 is #76869F. Grayscale: #7B7B7B. Windows color (decimal): -7767712 or 6322569. OLE color: 6322569.

HSL color Cylindrical-coordinate representation of color #897960: hue angle of 36.59º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #897960 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13712196-
CMYK00.120.300.46
HSL36.59º17.6%45.69%-
HSV(B)36.59º29.93%53.73%-
XYZ19.2719.8413.88-
YUV122.93112.8138.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=38.70%
G=34.18%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371219600.120.300.4636.5917.645.69
Hex8979600C1E2E25122e
Octal2111711400143656452256
Binary1000100111110011100000011001111010111010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897960; }

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

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

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

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

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

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

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

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