#756959

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

Shades of Sandstone #756959

Tints of Sandstone #756959

Color information

#756959 (or 0x756959) is unknown color: approx Sandstone. HEX triplet: 75, 69 and 59. RGB value is (117,105,89). Sum of RGB (Red+Green+Blue) = 117+105+89=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756959 is #8A96A6. Grayscale: #6A6A6A. Windows color (decimal): -9082535 or 5859701. OLE color: 5859701.

HSL color Cylindrical-coordinate representation of color #756959: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756959 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11710589-
CMYK00.100.240.54
HSL34.29º13.59%40.39%-
HSV(B)34.29º23.93%45.88%-
XYZ14.1914.6111.52-
YUV106.76117.98135.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=37.62%
G=33.76%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171058900.100.240.5434.2913.5940.39
Hex7569590A183622e28
Octal1651511310123066421650
Binary11101011101001101100101010110001101101000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756959; }

 p { color: rgb(117,105,89); }

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

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

 a { background-color: rgb(117,105,89); }

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

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

 span { border-color: rgb(117,105,89); }

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