#897969

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

Shades of Sand Dune #897969

Tints of Sand Dune #897969

Color information

#897969 (or 0x897969) is unknown color: approx Sand Dune. HEX triplet: 89, 79 and 69. RGB value is (137,121,105). Sum of RGB (Red+Green+Blue) = 137+121+105=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #897969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897969 is #768696. Grayscale: #7C7C7C. Windows color (decimal): -7767703 or 6912393. OLE color: 6912393.

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

Color convert

RGB137121105-
CMYK00.120.230.46
HSL30º13.22%47.45%-
HSV(B)30º23.36%53.73%-
XYZ19.720.0116.19-
YUV123.96117.3137.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=37.74%
G=33.33%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712110500.120.230.463013.2247.45
Hex8979690C172E1ed2f
Octal2111711510142756361557
Binary10001001111100111010010110010111101110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897969; }

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

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

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

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

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

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

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

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