#796E5C

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

Shades of Sandstone #796E5C

Tints of Sandstone #796E5C

Color information

#796E5C (or 0x796E5C) is unknown color: approx Sandstone. HEX triplet: 79, 6E and 5C. RGB value is (121,110,92). Sum of RGB (Red+Green+Blue) = 121+110+92=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E5C is #8691A3. Grayscale: #6F6F6F. Windows color (decimal): -8819108 or 6057593. OLE color: 6057593.

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

Color convert

RGB12111092-
CMYK00.090.240.53
HSL37.24º13.62%41.76%-
HSV(B)37.24º23.97%47.45%-
XYZ15.3915.9912.4-
YUV111.24117.14134.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=37.46%
G=34.06%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211109200.090.240.5337.2413.6241.76
Hex796E5C09183525e2a
Octal1711561340113065451652
Binary11110011101110101110001001110001101011001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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