#766E61

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

Shades of Sandstone #766E61

Tints of Sandstone #766E61

Color information

#766E61 (or 0x766E61) is unknown color: approx Sandstone. HEX triplet: 76, 6E and 61. RGB value is (118,110,97). Sum of RGB (Red+Green+Blue) = 118+110+97=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E61 is #89919E. Grayscale: #6E6E6E. Windows color (decimal): -9015711 or 6385270. OLE color: 6385270.

HSL color Cylindrical-coordinate representation of color #766E61: hue angle of 37.14º 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 #766E61 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB11811097-
CMYK00.070.180.54
HSL37.14º9.77%42.16%-
HSV(B)37.14º17.8%46.27%-
XYZ15.215.8713.57-
YUV110.91120.15133.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=36.31%
G=33.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181109700.070.180.5437.149.7742.16
Hex766E6107123625a2a
Octal166156141072266451252
Binary1110110110111011000010111100101101101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,97); }

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

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

 a { background-color: rgb(118,110,97); }

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

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

 span { border-color: rgb(118,110,97); }

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