#746A5E

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

Shades of Sandstone #746A5E

Tints of Sandstone #746A5E

Color information

#746A5E (or 0x746A5E) is unknown color: approx Sandstone. HEX triplet: 74, 6A and 5E. RGB value is (116,106,94). Sum of RGB (Red+Green+Blue) = 116+106+94=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A5E is #8B95A1. Grayscale: #6B6B6B. Windows color (decimal): -9147810 or 6187636. OLE color: 6187636.

HSL color Cylindrical-coordinate representation of color #746A5E: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746A5E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB11610694-
CMYK00.090.190.55
HSL32.73º10.48%41.18%-
HSV(B)32.73º18.97%45.49%-
XYZ14.3814.8312.69-
YUV107.62120.31133.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=36.71%
G=33.54%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161069400.090.190.5532.7310.4841.18
Hex746A5E09133721a29
Octal1641521360112367411251
Binary11101001101010101111001001100111101111000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,94); }

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

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

 a { background-color: rgb(116,106,94); }

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

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

 span { border-color: rgb(116,106,94); }

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