#756C61

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

Shades of Sandstone #756C61

Tints of Sandstone #756C61

Color information

#756C61 (or 0x756C61) is unknown color: approx Sandstone. HEX triplet: 75, 6C and 61. RGB value is (117,108,97). Sum of RGB (Red+Green+Blue) = 117+108+97=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C61 is #8A939E. Grayscale: #6D6D6D. Windows color (decimal): -9081759 or 6384757. OLE color: 6384757.

HSL color Cylindrical-coordinate representation of color #756C61: hue angle of 33º 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 #756C61 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11710897-
CMYK00.080.170.54
HSL33º9.35%41.96%-
HSV(B)33º17.09%45.88%-
XYZ14.8615.3713.49-
YUV109.44120.98133.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=36.34%
G=33.54%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171089700.080.170.54339.3541.96
Hex756C610811362192a
Octal1651541410102166411152
Binary11101011101100110000101000100011101101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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