#746B60

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

Shades of Sandstone #746B60

Tints of Sandstone #746B60

Color information

#746B60 (or 0x746B60) is unknown color: approx Sandstone. HEX triplet: 74, 6B and 60. RGB value is (116,107,96). Sum of RGB (Red+Green+Blue) = 116+107+96=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B60 is #8B949F. Grayscale: #6C6C6C. Windows color (decimal): -9147552 or 6318964. OLE color: 6318964.

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

Color convert

RGB11610796-
CMYK00.080.170.55
HSL33º9.43%41.57%-
HSV(B)33º17.24%45.49%-
XYZ14.5715.0713.21-
YUV108.44120.98133.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=36.36%
G=33.54%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161079600.080.170.55339.4341.57
Hex746B600811372192a
Octal1641531400102167411152
Binary11101001101011110000001000100011101111000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,96); }

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

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

 a { background-color: rgb(116,107,96); }

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

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

 span { border-color: rgb(116,107,96); }

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