#746D61

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

Shades of Sandstone #746D61

Tints of Sandstone #746D61

Color information

#746D61 (or 0x746D61) is unknown color: approx Sandstone. HEX triplet: 74, 6D and 61. RGB value is (116,109,97). Sum of RGB (Red+Green+Blue) = 116+109+97=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D61 is #8B929E. Grayscale: #6D6D6D. Windows color (decimal): -9147039 or 6385012. OLE color: 6385012.

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

Color convert

RGB11610997-
CMYK00.060.160.55
HSL37.89º8.92%41.76%-
HSV(B)37.89º16.38%45.49%-
XYZ14.8315.5113.52-
YUV109.72120.82132.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=36.02%
G=33.85%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161099700.060.160.5537.898.9241.76
Hex746D610610372692a
Octal164155141062067461152
Binary1110100110110111000010110100001101111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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