#716963

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

Shades of Sandstone #716963

Tints of Sandstone #716963

Color information

#716963 (or 0x716963) is unknown color: approx Sandstone. HEX triplet: 71, 69 and 63. RGB value is (113,105,99). Sum of RGB (Red+Green+Blue) = 113+105+99=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716963 is #8E969C. Grayscale: #6A6A6A. Windows color (decimal): -9344669 or 6515057. OLE color: 6515057.

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

Color convert

RGB11310599-
CMYK00.070.120.56
HSL25.71º6.6%41.57%-
HSV(B)25.71º12.39%44.31%-
XYZ14.1114.5113.86-
YUV106.71123.65132.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=35.65%
G=33.12%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131059900.070.120.5625.716.641.57
Hex71696307C381a72a
Octal16115114307147032752
Binary1110001110100111000110111110011100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716963; }

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

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

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

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

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

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

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

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