#746D63

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

Shades of Sandstone #746D63

Tints of Sandstone #746D63

Color information

#746D63 (or 0x746D63) is unknown color: approx Sandstone. HEX triplet: 74, 6D and 63. RGB value is (116,109,99). Sum of RGB (Red+Green+Blue) = 116+109+99=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #746D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D63 is #8B929C. Grayscale: #6E6E6E. Windows color (decimal): -9147037 or 6516084. OLE color: 6516084.

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

Color convert

RGB11610999-
CMYK00.060.150.55
HSL35.29º7.91%42.16%-
HSV(B)35.29º14.66%45.49%-
XYZ14.9215.5514.02-
YUV109.95121.82132.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=35.80%
G=33.64%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161099900.060.150.5535.297.9142.16
Hex746D6306F372382a
Octal164155143061767431052
Binary111010011011011100011011011111101111000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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