#897864

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

Shades of Sand Dune #897864

Tints of Sand Dune #897864

Color information

#897864 (or 0x897864) is unknown color: approx Sand Dune. HEX triplet: 89, 78 and 64. RGB value is (137,120,100). Sum of RGB (Red+Green+Blue) = 137+120+100=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897864 is #76879B. Grayscale: #7A7A7A. Windows color (decimal): -7767964 or 6584457. OLE color: 6584457.

HSL color Cylindrical-coordinate representation of color #897864: hue angle of 32.43º 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 #897864 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137120100-
CMYK00.120.270.46
HSL32.43º15.61%46.47%-
HSV(B)32.43º27.01%53.73%-
XYZ19.3319.6714.83-
YUV122.8115.13138.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=38.38%
G=33.61%
B=28.01%

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
Decimal13712010000.120.270.4632.4315.6146.47
Hex8978640C1B2E20102e
Octal2111701440143356402056
Binary1000100111110001100100011001101110111010000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897864; }

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

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

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

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

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

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

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

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