#796D5D

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

Shades of Sandstone #796D5D

Tints of Sandstone #796D5D

Color information

#796D5D (or 0x796D5D) is unknown color: approx Sandstone. HEX triplet: 79, 6D and 5D. RGB value is (121,109,93). Sum of RGB (Red+Green+Blue) = 121+109+93=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D5D is #8692A2. Grayscale: #6E6E6E. Windows color (decimal): -8819363 or 6122873. OLE color: 6122873.

HSL color Cylindrical-coordinate representation of color #796D5D: hue angle of 34.29º 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 #796D5D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB12110993-
CMYK00.100.230.53
HSL34.29º13.08%41.96%-
HSV(B)34.29º23.14%47.45%-
XYZ15.3315.7912.6-
YUV110.76117.98135.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=37.46%
G=33.75%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211099300.100.230.5334.2913.0841.96
Hex796D5D0A173522d2a
Octal1711551350122765421552
Binary11110011101101101110101010101111101011000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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