#716E6C

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

Shades of Sandstone #716E6C

Tints of Sandstone #716E6C

Color information

#716E6C (or 0x716E6C) is unknown color: approx Sandstone. HEX triplet: 71, 6E and 6C. RGB value is (113,110,108). Sum of RGB (Red+Green+Blue) = 113+110+108=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 113 - color contains mainly: red. Hex color #716E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E6C is #8E9193. Grayscale: #6E6E6E. Windows color (decimal): -9343380 or 7106161. OLE color: 7106161.

HSL color Cylindrical-coordinate representation of color #716E6C: hue angle of 24º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716E6C is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB113110108-
CMYK00.030.040.56
HSL24º2.26%43.33%-
HSV(B)24º4.42%44.31%-
XYZ15.0915.7516.43-
YUV110.67126.49129.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=34.14%
G=33.23%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311010800.030.040.56242.2643.33
Hex716E6C034381822b
Octal1611561540347030253
Binary1110001110111011011000111001110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,108); }

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

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

 a { background-color: rgb(113,110,108); }

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

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

 span { border-color: rgb(113,110,108); }

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