#756E61

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

Shades of Sandstone #756E61

Tints of Sandstone #756E61

Color information

#756E61 (or 0x756E61) is unknown color: approx Sandstone. HEX triplet: 75, 6E and 61. RGB value is (117,110,97). Sum of RGB (Red+Green+Blue) = 117+110+97=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E61 is #8A919E. Grayscale: #6E6E6E. Windows color (decimal): -9081247 or 6385269. OLE color: 6385269.

HSL color Cylindrical-coordinate representation of color #756E61: hue angle of 39º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756E61 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11711097-
CMYK00.060.170.54
HSL39º9.35%41.96%-
HSV(B)39º17.09%45.88%-
XYZ15.0715.813.56-
YUV110.61120.32132.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=36.11%
G=33.95%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171109700.060.170.54399.3541.96
Hex756E610611362792a
Octal165156141062166471152
Binary1110101110111011000010110100011101101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E61; }

 p { color: rgb(117,110,97); }

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

<style>
 a { background-color: #756E61; }

 a { background-color: rgb(117,110,97); }

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

<style>
 span { border-color: #756E61; }

 span { border-color: rgb(117,110,97); }

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