#716D6A

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

Shades of Sandstone #716D6A

Tints of Sandstone #716D6A

Color information

#716D6A (or 0x716D6A) is unknown color: approx Sandstone. HEX triplet: 71, 6D and 6A. RGB value is (113,109,106). Sum of RGB (Red+Green+Blue) = 113+109+106=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D6A is #8E9295. Grayscale: #6D6D6D. Windows color (decimal): -9343638 or 6974833. OLE color: 6974833.

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

Color convert

RGB113109106-
CMYK00.040.060.56
HSL25.71º3.2%42.94%-
HSV(B)25.71º6.19%44.31%-
XYZ14.8815.4915.84-
YUV109.85125.83130.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=34.45%
G=33.23%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310910600.040.060.5625.713.242.94
Hex716D6A046381a32b
Octal1611551520467032353
Binary11100011101101110101001001101110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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