#756B60

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

Shades of Sandstone #756B60

Tints of Sandstone #756B60

Color information

#756B60 (or 0x756B60) is unknown color: approx Sandstone. HEX triplet: 75, 6B and 60. RGB value is (117,107,96). Sum of RGB (Red+Green+Blue) = 117+107+96=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B60 is #8A949F. Grayscale: #6C6C6C. Windows color (decimal): -9082016 or 6318965. OLE color: 6318965.

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

Color convert

RGB11710796-
CMYK00.090.180.54
HSL31.43º9.86%41.76%-
HSV(B)31.43º17.95%45.88%-
XYZ14.7115.1413.21-
YUV108.74120.81133.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 96 (37.89% from 255) = 30%
R=36.56%
G=33.44%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171079600.090.180.5431.439.8641.76
Hex756B600912361fa2a
Octal1651531400112266371252
Binary1110101110101111000000100110010110110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,96); }

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

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

 a { background-color: rgb(117,107,96); }

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

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

 span { border-color: rgb(117,107,96); }

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