#756B62

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

Shades of Sandstone #756B62

Tints of Sandstone #756B62

Color information

#756B62 (or 0x756B62) is unknown color: approx Sandstone. HEX triplet: 75, 6B and 62. RGB value is (117,107,98). Sum of RGB (Red+Green+Blue) = 117+107+98=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B62 is #8A949D. Grayscale: #6D6D6D. Windows color (decimal): -9082014 or 6450037. OLE color: 6450037.

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

Color convert

RGB11710798-
CMYK00.090.160.54
HSL28.42º8.84%42.16%-
HSV(B)28.42º16.24%45.88%-
XYZ14.815.1813.71-
YUV108.96121.81133.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=36.34%
G=33.23%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171079800.090.160.5428.428.8442.16
Hex756B620910361c92a
Octal1651531420112066341152
Binary1110101110101111000100100110000110110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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