#897364

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

Shades of Sand Dune #897364

Tints of Sand Dune #897364

Color information

#897364 (or 0x897364) is unknown color: approx Sand Dune. HEX triplet: 89, 73 and 64. RGB value is (137,115,100). Sum of RGB (Red+Green+Blue) = 137+115+100=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897364 is #768C9B. Grayscale: #777777. Windows color (decimal): -7769244 or 6583177. OLE color: 6583177.

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

Color convert

RGB137115100-
CMYK00.160.270.46
HSL24.32º15.61%46.47%-
HSV(B)24.32º27.01%53.73%-
XYZ18.7518.514.64-
YUV119.87116.79140.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=38.92%
G=32.67%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711510000.160.270.4624.3215.6146.47
Hex8973640101B2E18102e
Octal2111631440203356302056
Binary1000100111100111100100010000110111011101100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897364; }

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

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

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

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

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

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

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

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