#72695E

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

Shades of Sandstone #72695E

Tints of Sandstone #72695E

Color information

#72695E (or 0x72695E) is unknown color: approx Sandstone. HEX triplet: 72, 69 and 5E. RGB value is (114,105,94). Sum of RGB (Red+Green+Blue) = 114+105+94=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #72695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695E is #8D96A1. Grayscale: #6A6A6A. Windows color (decimal): -9279138 or 6187378. OLE color: 6187378.

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

Color convert

RGB11410594-
CMYK00.080.180.55
HSL33º9.62%40.78%-
HSV(B)33º17.54%44.71%-
XYZ14.0114.4912.65-
YUV106.44120.98133.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=36.42%
G=33.55%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141059400.080.180.55339.6240.78
Hex72695E08123721a29
Octal1621511360102267411251
Binary11100101101001101111001000100101101111000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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