#746A61

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

Shades of Sandstone #746A61

Tints of Sandstone #746A61

Color information

#746A61 (or 0x746A61) is unknown color: approx Sandstone. HEX triplet: 74, 6A and 61. RGB value is (116,106,97). Sum of RGB (Red+Green+Blue) = 116+106+97=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A61 is #8B959E. Grayscale: #6C6C6C. Windows color (decimal): -9147807 or 6384244. OLE color: 6384244.

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

Color convert

RGB11610697-
CMYK00.090.160.55
HSL28.42º8.92%41.76%-
HSV(B)28.42º16.38%45.49%-
XYZ14.5114.8813.42-
YUV107.96121.81133.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=36.36%
G=33.23%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161069700.090.160.5528.428.9241.76
Hex746A610910371c92a
Octal1641521410112067341152
Binary1110100110101011000010100110000110111111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A61; }

 p { color: rgb(116,106,97); }

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

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

 a { background-color: rgb(116,106,97); }

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

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

 span { border-color: rgb(116,106,97); }

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