#71695F

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

Shades of Sandstone #71695F

Tints of Sandstone #71695F

Color information

#71695F (or 0x71695F) is unknown color: approx Sandstone. HEX triplet: 71, 69 and 5F. RGB value is (113,105,95). Sum of RGB (Red+Green+Blue) = 113+105+95=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #71695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695F is #8E96A0. Grayscale: #6A6A6A. Windows color (decimal): -9344673 or 6252913. OLE color: 6252913.

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

Color convert

RGB11310595-
CMYK00.070.160.56
HSL33.33º8.65%40.78%-
HSV(B)33.33º15.93%44.31%-
XYZ13.9314.4412.88-
YUV106.25121.65132.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=36.10%
G=33.55%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131059500.070.160.5633.338.6540.78
Hex71695F07103821929
Octal161151137072070411151
Binary1110001110100110111110111100001110001000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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