#726E69

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

Shades of Sandstone #726E69

Tints of Sandstone #726E69

Color information

#726E69 (or 0x726E69) is unknown color: approx Sandstone. HEX triplet: 72, 6E and 69. RGB value is (114,110,105). Sum of RGB (Red+Green+Blue) = 114+110+105=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E69 is #8D9196. Grayscale: #6E6E6E. Windows color (decimal): -9277847 or 6909554. OLE color: 6909554.

HSL color Cylindrical-coordinate representation of color #726E69: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726E69 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114110105-
CMYK00.040.080.55
HSL33.33º4.11%42.94%-
HSV(B)33.33º7.89%44.71%-
XYZ15.0715.7515.61-
YUV110.63124.83130.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=34.65%
G=33.43%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411010500.040.080.5533.334.1142.94
Hex726E69048372142b
Octal16215615104106741453
Binary11100101101110110100101001000110111100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E69; }

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

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

<style>
 a { background-color: #726E69; }

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

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

<style>
 span { border-color: #726E69; }

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

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