#897467

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

Shades of Sand Dune #897467

Tints of Sand Dune #897467

Color information

#897467 (or 0x897467) is unknown color: approx Sand Dune. HEX triplet: 89, 74 and 67. RGB value is (137,116,103). Sum of RGB (Red+Green+Blue) = 137+116+103=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897467 is #768B98. Grayscale: #787878. Windows color (decimal): -7768985 or 6780041. OLE color: 6780041.

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

Color convert

RGB137116103-
CMYK00.150.250.46
HSL22.94º14.17%47.06%-
HSV(B)22.94º24.82%53.73%-
XYZ19.0118.7915.46-
YUV120.8117.96139.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=38.48%
G=32.58%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711610300.150.250.4622.9414.1747.06
Hex8974670F192E17e2f
Octal2111641470173156271657
Binary10001001111010011001110111111001101110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897467; }

 p { color: rgb(137,116,103); }

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

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

 a { background-color: rgb(137,116,103); }

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

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

 span { border-color: rgb(137,116,103); }

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