#716E69

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

Shades of Sandstone #716E69

Tints of Sandstone #716E69

Color information

#716E69 (or 0x716E69) is unknown color: approx Sandstone. HEX triplet: 71, 6E and 69. RGB value is (113,110,105). Sum of RGB (Red+Green+Blue) = 113+110+105=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E69 is #8E9196. Grayscale: #6E6E6E. Windows color (decimal): -9343383 or 6909553. OLE color: 6909553.

HSL color Cylindrical-coordinate representation of color #716E69: hue angle of 37.5º 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 #716E69 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB113110105-
CMYK00.030.070.56
HSL37.5º3.67%42.75%-
HSV(B)37.5º7.08%44.31%-
XYZ14.9415.6815.6-
YUV110.33124.99129.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=34.45%
G=33.54%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311010500.030.070.5637.53.6742.75
Hex716E69037382642b
Octal1611561510377046453
Binary111000111011101101001011111111000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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