#746D66

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

Shades of Sandstone #746D66

Tints of Sandstone #746D66

Color information

#746D66 (or 0x746D66) is unknown color: approx Sandstone. HEX triplet: 74, 6D and 66. RGB value is (116,109,102). Sum of RGB (Red+Green+Blue) = 116+109+102=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D66 is #8B9299. Grayscale: #6E6E6E. Windows color (decimal): -9147034 or 6712692. OLE color: 6712692.

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

Color convert

RGB116109102-
CMYK00.060.120.55
HSL30º6.42%42.75%-
HSV(B)30º12.07%45.49%-
XYZ15.0715.6114.79-
YUV110.3123.32132.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=35.47%
G=33.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610910200.060.120.55306.4242.75
Hex746D6606C371e62b
Octal16415514606146736653
Binary1110100110110111001100110110011011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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