#746B63

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

Shades of Sandstone #746B63

Tints of Sandstone #746B63

Color information

#746B63 (or 0x746B63) is unknown color: approx Sandstone. HEX triplet: 74, 6B and 63. RGB value is (116,107,99). Sum of RGB (Red+Green+Blue) = 116+107+99=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B63 is #8B949C. Grayscale: #6C6C6C. Windows color (decimal): -9147549 or 6515572. OLE color: 6515572.

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

Color convert

RGB11610799-
CMYK00.080.150.55
HSL28.24º7.91%42.16%-
HSV(B)28.24º14.66%45.49%-
XYZ14.7115.1313.95-
YUV108.78122.48133.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=36.02%
G=33.23%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161079900.080.150.5528.247.9142.16
Hex746B6308F371c82a
Octal1641531430101767341052
Binary111010011010111100011010001111110111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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