#746C63

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

Shades of Sandstone #746C63

Tints of Sandstone #746C63

Color information

#746C63 (or 0x746C63) is unknown color: approx Sandstone. HEX triplet: 74, 6C and 63. RGB value is (116,108,99). Sum of RGB (Red+Green+Blue) = 116+108+99=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C63 is #8B939C. Grayscale: #6D6D6D. Windows color (decimal): -9147293 or 6515828. OLE color: 6515828.

HSL color Cylindrical-coordinate representation of color #746C63: hue angle of 31.76º 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 #746C63 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB11610899-
CMYK00.070.150.55
HSL31.76º7.91%42.16%-
HSV(B)31.76º14.66%45.49%-
XYZ14.8215.3413.98-
YUV109.37122.15132.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=35.91%
G=33.44%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161089900.070.150.5531.767.9142.16
Hex746C6307F372082a
Octal164154143071767401052
Binary111010011011001100011011111111101111000001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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