#72695F

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

Shades of Sandstone #72695F

Tints of Sandstone #72695F

Color information

#72695F (or 0x72695F) is unknown color: approx Sandstone. HEX triplet: 72, 69 and 5F. RGB value is (114,105,95). Sum of RGB (Red+Green+Blue) = 114+105+95=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #72695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695F is #8D96A0. Grayscale: #6A6A6A. Windows color (decimal): -9279137 or 6252914. OLE color: 6252914.

HSL color Cylindrical-coordinate representation of color #72695F: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72695F is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11410595-
CMYK00.080.170.55
HSL31.58º9.09%40.98%-
HSV(B)31.58º16.67%44.71%-
XYZ14.0614.5112.89-
YUV106.55121.48133.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=36.31%
G=33.44%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141059500.080.170.5531.589.0940.98
Hex72695F08113720929
Octal1621511370102167401151
Binary11100101101001101111101000100011101111000001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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