#716A63

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

Shades of Sandstone #716A63

Tints of Sandstone #716A63

Color information

#716A63 (or 0x716A63) is unknown color: approx Sandstone. HEX triplet: 71, 6A and 63. RGB value is (113,106,99). Sum of RGB (Red+Green+Blue) = 113+106+99=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A63 is #8E959C. Grayscale: #6B6B6B. Windows color (decimal): -9344413 or 6515313. OLE color: 6515313.

HSL color Cylindrical-coordinate representation of color #716A63: hue angle of 30º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716A63 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11310699-
CMYK00.060.120.56
HSL30º6.6%41.57%-
HSV(B)30º12.39%44.31%-
XYZ14.2214.7213.9-
YUV107.29123.32132.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=35.53%
G=33.33%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131069900.060.120.56306.641.57
Hex716A6306C381e72a
Octal16115214306147036752
Binary1110001110101011000110110110011100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A63; }

 p { color: rgb(113,106,99); }

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

<style>
 a { background-color: #716A63; }

 a { background-color: rgb(113,106,99); }

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

<style>
 span { border-color: #716A63; }

 span { border-color: rgb(113,106,99); }

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