Html Css Color HEX #897468 Sand Dune

📋 copy color: '#897468'

red 137 ◦ green 116 ◦ blue 104

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

Shades of Sand Dune #897468

Tints of Sand Dune #897468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 38.38%
G = 32.49%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#897468 (or 0x897468) is known color: Sand Dune. HEX triplet: 89, 74 and 68. RGB value is (137,116,104). Sum of RGB (Red+Green+Blue) = 137+116+104=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897468 is #768B97. Grayscale: #787878. Windows color (decimal): -7768984 or 6845577. OLE color: 6845577.

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

Color convert

RGB 137 116 104 -
CMYK 0 0.15 0.24 0.46
HSL 21.82º 0.14% 0.47% -
HSV(B) 21.82º 0.24% 0.54% -
XYZ 19.06 18.81 15.72 -
YUV 120.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 137 116 104 0 0.15 0.24 0.46 21.82 0.14 0.47
Hex 89 74 68 0 F 18 2E 16 E 2F
Octal 211 164 150 0 17 30 56 26 16 57
Binary 10001001 1110100 1101000 0 1111 11000 101110 10110 1110 101111

Color Harmonies of #897468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897468

Black with #897468

Text Example


Text Example

White with #897468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897468; }

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

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

background-color css

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

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

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

border-color css

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

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

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