#897968

Color #897968 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #897968

Tints of Sand Dune #897968

Color information

#897968 (or 0x897968) is unknown color: approx 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

RGB137121104-
CMYK00.120.240.46
HSL30.91º13.69%47.25%-
HSV(B)30.91º24.09%53.73%-
XYZ19.6519.9915.92-
YUV123.85116.8137.38-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712110400.120.240.4630.9113.6947.25
Hex8979680C182E1fe2f
Octal2111711500143056371657
Binary10001001111100111010000110011000101110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>