#796E5E

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

Shades of Sandstone #796E5E

Tints of Sandstone #796E5E

Color information

#796E5E (or 0x796E5E) is unknown color: approx Sandstone. HEX triplet: 79, 6E and 5E. RGB value is (121,110,94). Sum of RGB (Red+Green+Blue) = 121+110+94=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E5E is #8691A1. Grayscale: #6F6F6F. Windows color (decimal): -8819106 or 6188665. OLE color: 6188665.

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

Color convert

RGB12111094-
CMYK00.090.220.53
HSL35.56º12.56%42.16%-
HSV(B)35.56º22.31%47.45%-
XYZ15.4816.0212.87-
YUV111.46118.14134.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=37.23%
G=33.85%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211109400.090.220.5335.5612.5642.16
Hex796E5E09163524d2a
Octal1711561360112665441552
Binary11110011101110101111001001101101101011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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