#796E5D

Color #796E5D Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #796E5D

Tints of Sandstone #796E5D

Color information

#796E5D (or 0x796E5D) is unknown color: approx Sandstone. HEX triplet: 79, 6E and 5D. RGB value is (121,110,93). Sum of RGB (Red+Green+Blue) = 121+110+93=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E5D is #8691A2. Grayscale: #6F6F6F. Windows color (decimal): -8819107 or 6123129. OLE color: 6123129.

HSL color Cylindrical-coordinate representation of color #796E5D: hue angle of 36.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796E5D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB12111093-
CMYK00.090.230.53
HSL36.43º13.08%41.96%-
HSV(B)36.43º23.14%47.45%-
XYZ15.4416.0112.63-
YUV111.35117.64134.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=37.35%
G=33.95%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211109300.090.230.5336.4313.0841.96
Hex796E5D09173524d2a
Octal1711561350112765441552
Binary11110011101110101110101001101111101011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796E5D; }

 p { color: rgb(121,110,93); }

 H1.HeaderClassName
 {
   color: #796E5D;
 }
 .AnyTagClassName
 {
   color: #796E5D;
 }
</style>
background-color css

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

 a { background-color: rgb(121,110,93); }

 div.DivClassName
 {
   background-color: #796E5D;
 }
 .BgClassName
 {
   background-color: #796E5D;
 }
</style>
border-color css

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

 span { border-color: rgb(121,110,93); }

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