#716B62

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

Shades of Sandstone #716B62

Tints of Sandstone #716B62

Color information

#716B62 (or 0x716B62) is unknown color: approx Sandstone. HEX triplet: 71, 6B and 62. RGB value is (113,107,98). Sum of RGB (Red+Green+Blue) = 113+107+98=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B62 is #8E949D. Grayscale: #6B6B6B. Windows color (decimal): -9344158 or 6450033. OLE color: 6450033.

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

Color convert

RGB11310798-
CMYK00.050.130.56
HSL36º7.11%41.37%-
HSV(B)36º13.27%44.31%-
XYZ14.2714.9113.68-
YUV107.77122.49131.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=35.53%
G=33.65%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079800.050.130.56367.1141.37
Hex716B6205D3824729
Octal16115314205157044751
Binary11100011101011110001001011101111000100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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