#716A60

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

Shades of Sandstone #716A60

Tints of Sandstone #716A60

Color information

#716A60 (or 0x716A60) is unknown color: approx Sandstone. HEX triplet: 71, 6A and 60. RGB value is (113,106,96). Sum of RGB (Red+Green+Blue) = 113+106+96=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A60 is #8E959F. Grayscale: #6B6B6B. Windows color (decimal): -9344416 or 6318705. OLE color: 6318705.

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

Color convert

RGB11310696-
CMYK00.060.150.56
HSL35.29º8.13%40.98%-
HSV(B)35.29º15.04%44.31%-
XYZ14.0814.6613.15-
YUV106.95121.82132.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=35.87%
G=33.65%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131069600.060.150.5635.298.1340.98
Hex716A6006F3823829
Octal161152140061770431051
Binary111000111010101100000011011111110001000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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