#716B63

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

Shades of Sandstone #716B63

Tints of Sandstone #716B63

Color information

#716B63 (or 0x716B63) is unknown color: approx Sandstone. HEX triplet: 71, 6B and 63. RGB value is (113,107,99). Sum of RGB (Red+Green+Blue) = 113+107+99=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B63 is #8E949C. Grayscale: #6B6B6B. Windows color (decimal): -9344157 or 6515569. OLE color: 6515569.

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

Color convert

RGB11310799-
CMYK00.050.120.56
HSL34.29º6.6%41.57%-
HSV(B)34.29º12.39%44.31%-
XYZ14.3214.9313.93-
YUV107.88122.99131.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=35.42%
G=33.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079900.050.120.5634.296.641.57
Hex716B6305C382272a
Octal16115314305147042752
Binary11100011101011110001101011100111000100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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