#897260

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

Shades of Sand Dune #897260

Tints of Sand Dune #897260

Color information

#897260 (or 0x897260) is unknown color: approx Sand Dune. HEX triplet: 89, 72 and 60. RGB value is (137,114,96). Sum of RGB (Red+Green+Blue) = 137+114+96=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #897260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897260 is #768D9F. Grayscale: #767676. Windows color (decimal): -7769504 or 6320777. OLE color: 6320777.

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

Color convert

RGB13711496-
CMYK00.170.300.46
HSL26.34º17.6%45.69%-
HSV(B)26.34º29.93%53.73%-
XYZ18.4518.213.61-
YUV118.82115.12140.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=39.48%
G=32.85%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371149600.170.300.4626.3417.645.69
Hex8972600111E2E1a122e
Octal2111621400213656322256
Binary1000100111100101100000010001111101011101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897260; }

 p { color: rgb(137,114,96); }

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

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

 a { background-color: rgb(137,114,96); }

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

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

 span { border-color: rgb(137,114,96); }

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