Html Css Color HEX #897464 Sand Dune

📋 copy color: '#897464'

red 137 ◦ green 116 ◦ blue 100

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

Shades of Sand Dune #897464

Tints of Sand Dune #897464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 38.81%
G = 32.86%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#897464 (or 0x897464) is known color: Sand Dune. HEX triplet: 89, 74 and 64. RGB value is (137,116,100). Sum of RGB (Red+Green+Blue) = 137+116+100=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #897464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897464 is #768B9B. Grayscale: #787878. Windows color (decimal): -7768988 or 6583433. OLE color: 6583433.

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

Color convert

RGB 137 116 100 -
CMYK 0 0.15 0.27 0.46
HSL 25.95º 0.16% 0.46% -
HSV(B) 25.95º 0.27% 0.54% -
XYZ 18.86 18.73 14.68 -
YUV 120.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 137 116 100 0 0.15 0.27 0.46 25.95 0.16 0.46
Hex 89 74 64 0 F 1B 2E 1A 10 2E
Octal 211 164 144 0 17 33 56 32 20 56
Binary 10001001 1110100 1100100 0 1111 11011 101110 11010 10000 101110

Color Harmonies of #897464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897464

Black with #897464

Text Example


Text Example

White with #897464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897464; }

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

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

background-color css

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

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

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

border-color css

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

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

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