#756D64

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

Shades of Sandstone #756D64

Tints of Sandstone #756D64

Color information

#756D64 (or 0x756D64) is unknown color: approx Sandstone. HEX triplet: 75, 6D and 64. RGB value is (117,109,100). Sum of RGB (Red+Green+Blue) = 117+109+100=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D64 is #8A929B. Grayscale: #6E6E6E. Windows color (decimal): -9081500 or 6581621. OLE color: 6581621.

HSL color Cylindrical-coordinate representation of color #756D64: hue angle of 31.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756D64 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB117109100-
CMYK00.070.150.54
HSL31.76º7.83%42.55%-
HSV(B)31.76º14.53%45.88%-
XYZ15.1115.6414.28-
YUV110.37122.15132.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=35.89%
G=33.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710910000.070.150.5431.767.8342.55
Hex756D6407F362082b
Octal165155144071766401053
Binary111010111011011100100011111111101101000001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,100); }

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

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

 a { background-color: rgb(117,109,100); }

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

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

 span { border-color: rgb(117,109,100); }

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