#71695E

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

Shades of Sandstone #71695E

Tints of Sandstone #71695E

Color information

#71695E (or 0x71695E) is unknown color: approx Sandstone. HEX triplet: 71, 69 and 5E. RGB value is (113,105,94). Sum of RGB (Red+Green+Blue) = 113+105+94=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #71695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695E is #8E96A1. Grayscale: #6A6A6A. Windows color (decimal): -9344674 or 6187377. OLE color: 6187377.

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

Color convert

RGB11310594-
CMYK00.070.170.56
HSL34.74º9.18%40.59%-
HSV(B)34.74º16.81%44.31%-
XYZ13.8814.4212.64-
YUV106.14121.15132.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=36.22%
G=33.65%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131059400.070.170.5634.749.1840.59
Hex71695E07113823929
Octal161151136072170431151
Binary1110001110100110111100111100011110001000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71695E; }

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

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

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

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

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

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

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

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