#746C62

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

Shades of Sandstone #746C62

Tints of Sandstone #746C62

Color information

#746C62 (or 0x746C62) is unknown color: approx Sandstone. HEX triplet: 74, 6C and 62. RGB value is (116,108,98). Sum of RGB (Red+Green+Blue) = 116+108+98=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C62 is #8B939D. Grayscale: #6D6D6D. Windows color (decimal): -9147294 or 6450292. OLE color: 6450292.

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

Color convert

RGB11610898-
CMYK00.070.160.55
HSL33.33º8.41%41.96%-
HSV(B)33.33º15.52%45.49%-
XYZ14.7715.3213.73-
YUV109.25121.65132.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=36.02%
G=33.54%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161089800.070.160.5533.338.4141.96
Hex746C620710372182a
Octal164154142072067411052
Binary1110100110110011000100111100001101111000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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