#897365

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

Shades of Sand Dune #897365

Tints of Sand Dune #897365

Color information

#897365 (or 0x897365) is unknown color: approx Sand Dune. HEX triplet: 89, 73 and 65. RGB value is (137,115,101). Sum of RGB (Red+Green+Blue) = 137+115+101=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #897365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897365 is #768C9A. Grayscale: #787878. Windows color (decimal): -7769243 or 6648713. OLE color: 6648713.

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

Color convert

RGB137115101-
CMYK00.160.260.46
HSL23.33º15.13%46.67%-
HSV(B)23.33º26.28%53.73%-
XYZ18.818.5214.9-
YUV119.98117.29140.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=38.81%
G=32.58%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711510100.160.260.4623.3315.1346.67
Hex8973650101A2E17f2f
Octal2111631450203256271757
Binary100010011110011110010101000011010101110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897365; }

 p { color: rgb(137,115,101); }

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

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

 a { background-color: rgb(137,115,101); }

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

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

 span { border-color: rgb(137,115,101); }

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