#71685D

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

Shades of Sandstone #71685D

Tints of Sandstone #71685D

Color information

#71685D (or 0x71685D) is unknown color: approx Sandstone. HEX triplet: 71, 68 and 5D. RGB value is (113,104,93). Sum of RGB (Red+Green+Blue) = 113+104+93=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71685D is #8E97A2. Grayscale: #696969. Windows color (decimal): -9344931 or 6121585. OLE color: 6121585.

HSL color Cylindrical-coordinate representation of color #71685D: hue angle of 33º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71685D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB11310493-
CMYK00.080.180.56
HSL33º9.71%40.39%-
HSV(B)33º17.7%44.31%-
XYZ13.7414.212.37-
YUV105.44120.98133.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 93 (36.72% from 255) = 30%
R=36.45%
G=33.55%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131049300.080.180.56339.7140.39
Hex71685D08123821a28
Octal1611501350102270411250
Binary11100011101000101110101000100101110001000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71685D; }

 p { color: rgb(113,104,93); }

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

<style>
 a { background-color: #71685D; }

 a { background-color: rgb(113,104,93); }

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

<style>
 span { border-color: #71685D; }

 span { border-color: rgb(113,104,93); }

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