#746C61

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

Shades of Sandstone #746C61

Tints of Sandstone #746C61

Color information

#746C61 (or 0x746C61) is unknown color: approx Sandstone. HEX triplet: 74, 6C and 61. RGB value is (116,108,97). Sum of RGB (Red+Green+Blue) = 116+108+97=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C61 is #8B939E. Grayscale: #6D6D6D. Windows color (decimal): -9147295 or 6384756. OLE color: 6384756.

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

Color convert

RGB11610897-
CMYK00.070.160.55
HSL34.74º8.92%41.76%-
HSV(B)34.74º16.38%45.49%-
XYZ14.7215.313.49-
YUV109.14121.15132.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=36.14%
G=33.64%
B=30.22%

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
Decimal1161089700.070.160.5534.748.9241.76
Hex746C610710372392a
Octal164154141072067431152
Binary1110100110110011000010111100001101111000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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