#716B61

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

Shades of Sandstone #716B61

Tints of Sandstone #716B61

Color information

#716B61 (or 0x716B61) is unknown color: approx Sandstone. HEX triplet: 71, 6B and 61. RGB value is (113,107,97). Sum of RGB (Red+Green+Blue) = 113+107+97=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B61 is #8E949E. Grayscale: #6B6B6B. Windows color (decimal): -9344159 or 6384497. OLE color: 6384497.

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

Color convert

RGB11310797-
CMYK00.050.140.56
HSL37.5º7.62%41.18%-
HSV(B)37.5º14.16%44.31%-
XYZ14.2314.8913.43-
YUV107.65121.99131.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=35.65%
G=33.75%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131079700.050.140.5637.57.6241.18
Hex716B6105E3826829
Octal161153141051670461051
Binary111000111010111100001010111101110001001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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