#716B65

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

Shades of Sandstone #716B65

Tints of Sandstone #716B65

Color information

#716B65 (or 0x716B65) is unknown color: approx Sandstone. HEX triplet: 71, 6B and 65. RGB value is (113,107,101). Sum of RGB (Red+Green+Blue) = 113+107+101=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B65 is #8E949A. Grayscale: #6C6C6C. Windows color (decimal): -9344155 or 6646641. OLE color: 6646641.

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

Color convert

RGB113107101-
CMYK00.050.110.56
HSL30º5.61%41.96%-
HSV(B)30º10.62%44.31%-
XYZ14.4214.9714.44-
YUV108.11123.99131.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=35.20%
G=33.33%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310710100.050.110.56305.6141.96
Hex716B6505B381e62a
Octal16115314505137036652
Binary1110001110101111001010101101111100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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