Html Css Color HEX #897364 Sand Dune

📋 copy color: '#897364'

red 137 ◦ green 115 ◦ blue 100

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

Shades of Sand Dune #897364

Tints of Sand Dune #897364

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 value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#897364 (or 0x897364) is known color: 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

RGB 137 115 100 -
CMYK 0 0.16 0.27 0.46
HSL 24.32º 0.16% 0.46% -
HSV(B) 24.32º 0.27% 0.54% -
XYZ 18.75 18.5 14.64 -
YUV 119.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 137 115 100 0 0.16 0.27 0.46 24.32 0.16 0.46
Hex 89 73 64 0 10 1B 2E 18 10 2E
Octal 211 163 144 0 20 33 56 30 20 56
Binary 10001001 1110011 1100100 0 10000 11011 101110 11000 10000 101110

Color Harmonies of #897364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897364

Black with #897364

Text Example


Text Example

White with #897364

Text Example


Text Example

HTML Codes & Css Web 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>