Html Css Color HEX #897960 Sand Dune

📋 copy color: '#897960'

red 137 ◦ green 121 ◦ blue 96

#897960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #897960

Tints of Sand Dune #897960

RGB

 RED value IS 137 (53.91% from 255) = 38.7%

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 38.7%
G = 34.18%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#897960 (or 0x897960) is known color: Sand Dune. HEX triplet: 89, 79 and 60. RGB value is (137,121,96). Sum of RGB (Red+Green+Blue) = 137+121+96=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897960 is #76869F. Grayscale: #7B7B7B. Windows color (decimal): -7767712 or 6322569. OLE color: 6322569.

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

Color convert

RGB 137 121 96 -
CMYK 0 0.12 0.30 0.46
HSL 36.59º 0.18% 0.46% -
HSV(B) 36.59º 0.3% 0.54% -
XYZ 19.27 19.84 13.88 -
YUV 122.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 137 121 96 0 0.12 0.30 0.46 36.59 0.18 0.46
Hex 89 79 60 0 C 1E 2E 25 12 2E
Octal 211 171 140 0 14 36 56 45 22 56
Binary 10001001 1111001 1100000 0 1100 11110 101110 100101 10010 101110

Color Harmonies of #897960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897960

Black with #897960

Text Example


Text Example

White with #897960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897960; }

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

 H1.HeaderClassName
 {
   color: #897960;
 }
 .AnyTagClassName
 {
   color: #897960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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