#746D64

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

Shades of Sandstone #746D64

Tints of Sandstone #746D64

Color information

#746D64 (or 0x746D64) is unknown color: approx Sandstone. HEX triplet: 74, 6D and 64. RGB value is (116,109,100). Sum of RGB (Red+Green+Blue) = 116+109+100=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D64 is #8B929B. Grayscale: #6E6E6E. Windows color (decimal): -9147036 or 6581620. OLE color: 6581620.

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

Color convert

RGB116109100-
CMYK00.060.140.55
HSL33.75º7.41%42.35%-
HSV(B)33.75º13.79%45.49%-
XYZ14.9715.5714.27-
YUV110.07122.32132.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=35.69%
G=33.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610910000.060.140.5533.757.4142.35
Hex746D6406E372272a
Octal16415514406166742752
Binary11101001101101110010001101110110111100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,109,100); }

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

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

 a { background-color: rgb(116,109,100); }

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

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

 span { border-color: rgb(116,109,100); }

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