#716D69

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

Shades of Sandstone #716D69

Tints of Sandstone #716D69

Color information

#716D69 (or 0x716D69) is unknown color: approx Sandstone. HEX triplet: 71, 6D and 69. RGB value is (113,109,105). Sum of RGB (Red+Green+Blue) = 113+109+105=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D69 is #8E9296. Grayscale: #6D6D6D. Windows color (decimal): -9343639 or 6909297. OLE color: 6909297.

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

Color convert

RGB113109105-
CMYK00.040.070.56
HSL30º3.67%42.75%-
HSV(B)30º7.08%44.31%-
XYZ14.8315.4715.57-
YUV109.74125.33130.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=34.56%
G=33.33%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310910500.040.070.56303.6742.75
Hex716D69047381e42b
Octal1611551510477036453
Binary111000111011011101001010011111100011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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