#766D63

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

Shades of Sandstone #766D63

Tints of Sandstone #766D63

Color information

#766D63 (or 0x766D63) is unknown color: approx Sandstone. HEX triplet: 76, 6D and 63. RGB value is (118,109,99). Sum of RGB (Red+Green+Blue) = 118+109+99=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D63 is #89929C. Grayscale: #6E6E6E. Windows color (decimal): -9015965 or 6516086. OLE color: 6516086.

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

Color convert

RGB11810999-
CMYK00.080.160.54
HSL31.58º8.76%42.55%-
HSV(B)31.58º16.1%46.27%-
XYZ15.1915.6914.03-
YUV110.55121.48133.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=36.20%
G=33.44%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181099900.080.160.5431.588.7642.55
Hex766D630810362092b
Octal1661551430102066401153
Binary11101101101101110001101000100001101101000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D63; }

 p { color: rgb(118,109,99); }

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

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

 a { background-color: rgb(118,109,99); }

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

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

 span { border-color: rgb(118,109,99); }

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