#897469

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

Shades of Sand Dune #897469

Tints of Sand Dune #897469

Color information

#897469 (or 0x897469) is unknown color: approx Sand Dune. HEX triplet: 89, 74 and 69. RGB value is (137,116,105). Sum of RGB (Red+Green+Blue) = 137+116+105=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897469 is #768B96. Grayscale: #797979. Windows color (decimal): -7768983 or 6911113. OLE color: 6911113.

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

Color convert

RGB137116105-
CMYK00.150.230.46
HSL20.62º13.22%47.45%-
HSV(B)20.62º23.36%53.73%-
XYZ19.1118.8315.99-
YUV121.02118.96139.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=38.27%
G=32.40%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711610500.150.230.4620.6213.2247.45
Hex8974690F172E15d2f
Octal2111641510172756251557
Binary10001001111010011010010111110111101110101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897469; }

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

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

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

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

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

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

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

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