#716D66

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

Shades of Sandstone #716D66

Tints of Sandstone #716D66

Color information

#716D66 (or 0x716D66) is unknown color: approx Sandstone. HEX triplet: 71, 6D and 66. RGB value is (113,109,102). Sum of RGB (Red+Green+Blue) = 113+109+102=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D66 is #8E9299. Grayscale: #6D6D6D. Windows color (decimal): -9343642 or 6712689. OLE color: 6712689.

HSL color Cylindrical-coordinate representation of color #716D66: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716D66 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB113109102-
CMYK00.040.100.56
HSL38.18º5.12%42.16%-
HSV(B)38.18º9.73%44.31%-
XYZ14.6815.4114.77-
YUV109.4123.83130.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=34.88%
G=33.64%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310910200.040.100.5638.185.1242.16
Hex716D6604A382652a
Octal16115514604127046552
Binary11100011101101110011001001010111000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,102); }

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

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

 a { background-color: rgb(113,109,102); }

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

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

 span { border-color: rgb(113,109,102); }

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