#726961

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

Shades of Sandstone #726961

Tints of Sandstone #726961

Color information

#726961 (or 0x726961) is unknown color: approx Sandstone. HEX triplet: 72, 69 and 61. RGB value is (114,105,97). Sum of RGB (Red+Green+Blue) = 114+105+97=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726961 is #8D969E. Grayscale: #6A6A6A. Windows color (decimal): -9279135 or 6383986. OLE color: 6383986.

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

Color convert

RGB11410597-
CMYK00.080.150.55
HSL28.24º8.06%41.37%-
HSV(B)28.24º14.91%44.71%-
XYZ14.1514.5413.37-
YUV106.78122.48133.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=36.08%
G=33.23%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141059700.080.150.5528.248.0641.37
Hex72696108F371c829
Octal1621511410101767341051
Binary111001011010011100001010001111110111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726961; }

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

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

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

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

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

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

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

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