#897468

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

Shades of Sand Dune #897468

Tints of Sand Dune #897468

Color information

#897468 (or 0x897468) is unknown color: approx Sand Dune. HEX triplet: 89, 74 and 68. RGB value is (137,116,104). Sum of RGB (Red+Green+Blue) = 137+116+104=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897468 is #768B97. Grayscale: #787878. Windows color (decimal): -7768984 or 6845577. OLE color: 6845577.

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

Color convert

RGB137116104-
CMYK00.150.240.46
HSL21.82º13.69%47.25%-
HSV(B)21.82º24.09%53.73%-
XYZ19.0618.8115.72-
YUV120.91118.46139.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=38.38%
G=32.49%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711610400.150.240.4621.8213.6947.25
Hex8974680F182E16e2f
Octal2111641500173056261657
Binary10001001111010011010000111111000101110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897468; }

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

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

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

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

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

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

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

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