#746B62

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

Shades of Sandstone #746B62

Tints of Sandstone #746B62

Color information

#746B62 (or 0x746B62) is unknown color: approx Sandstone. HEX triplet: 74, 6B and 62. RGB value is (116,107,98). Sum of RGB (Red+Green+Blue) = 116+107+98=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B62 is #8B949D. Grayscale: #6C6C6C. Windows color (decimal): -9147550 or 6450036. OLE color: 6450036.

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

Color convert

RGB11610798-
CMYK00.080.160.55
HSL30º8.41%41.96%-
HSV(B)30º15.52%45.49%-
XYZ14.6615.1113.7-
YUV108.66121.98133.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=36.14%
G=33.33%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161079800.080.160.55308.4141.96
Hex746B620810371e82a
Octal1641531420102067361052
Binary1110100110101111000100100010000110111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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