Html Css Color HEX #897968 Sand Dune

📋 copy color: '#897968'

red 137 ◦ green 121 ◦ blue 104

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

Shades of Sand Dune #897968

Tints of Sand Dune #897968

RGB

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

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

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

R = 37.85%
G = 33.43%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#897968 (or 0x897968) is known color: Sand Dune. HEX triplet: 89, 79 and 68. RGB value is (137,121,104). Sum of RGB (Red+Green+Blue) = 137+121+104=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #897968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897968 is #768697. Grayscale: #7B7B7B. Windows color (decimal): -7767704 or 6846857. OLE color: 6846857.

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

Color convert

RGB 137 121 104 -
CMYK 0 0.12 0.24 0.46
HSL 30.91º 0.14% 0.47% -
HSV(B) 30.91º 0.24% 0.54% -
XYZ 19.65 19.99 15.92 -
YUV 123.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 137 121 104 0 0.12 0.24 0.46 30.91 0.14 0.47
Hex 89 79 68 0 C 18 2E 1F E 2F
Octal 211 171 150 0 14 30 56 37 16 57
Binary 10001001 1111001 1101000 0 1100 11000 101110 11111 1110 101111

Color Harmonies of #897968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897968

Black with #897968

Text Example


Text Example

White with #897968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897968; }

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

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

background-color css

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

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

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

border-color css

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

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

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