#897964

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

Shades of Sand Dune #897964

Tints of Sand Dune #897964

Color information

#897964 (or 0x897964) is unknown color: approx Sand Dune. HEX triplet: 89, 79 and 64. RGB value is (137,121,100). Sum of RGB (Red+Green+Blue) = 137+121+100=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897964 is #76869B. Grayscale: #7B7B7B. Windows color (decimal): -7767708 or 6584713. OLE color: 6584713.

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

Color convert

RGB137121100-
CMYK00.120.270.46
HSL34.05º15.61%46.47%-
HSV(B)34.05º27.01%53.73%-
XYZ19.4519.9114.87-
YUV123.39114.8137.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=38.27%
G=33.80%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712110000.120.270.4634.0515.6146.47
Hex8979640C1B2E22102e
Octal2111711440143356422056
Binary1000100111110011100100011001101110111010001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897964; }

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

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

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

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

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

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

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

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