#897661

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

Shades of Sand Dune #897661

Tints of Sand Dune #897661

Color information

#897661 (or 0x897661) is unknown color: approx Sand Dune. HEX triplet: 89, 76 and 61. RGB value is (137,118,97). Sum of RGB (Red+Green+Blue) = 137+118+97=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897661 is #76899E. Grayscale: #797979. Windows color (decimal): -7768479 or 6387337. OLE color: 6387337.

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

Color convert

RGB13711897-
CMYK00.140.290.46
HSL31.5º17.09%45.88%-
HSV(B)31.5º29.2%53.73%-
XYZ18.9519.1414-
YUV121.29114.29139.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=38.92%
G=33.52%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371189700.140.290.4631.517.0945.88
Hex8976610E1D2E1f112e
Octal2111661410163556372156
Binary100010011110110110000101110111011011101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897661; }

 p { color: rgb(137,118,97); }

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

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

 a { background-color: rgb(137,118,97); }

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

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

 span { border-color: rgb(137,118,97); }

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