#736E6A

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

Shades of Sandstone #736E6A

Tints of Sandstone #736E6A

Color information

#736E6A (or 0x736E6A) is unknown color: approx Sandstone. HEX triplet: 73, 6E and 6A. RGB value is (115,110,106). Sum of RGB (Red+Green+Blue) = 115+110+106=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #736E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E6A is #8C9195. Grayscale: #6F6F6F. Windows color (decimal): -9212310 or 6975091. OLE color: 6975091.

HSL color Cylindrical-coordinate representation of color #736E6A: hue angle of 26.67º 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 #736E6A is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB115110106-
CMYK00.040.080.55
HSL26.67º4.07%43.33%-
HSV(B)26.67º7.83%45.1%-
XYZ15.2515.8415.89-
YUV111.04125.16130.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=34.74%
G=33.23%
B=32.02%

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
Decimal11511010600.040.080.5526.674.0743.33
Hex736E6A048371b42b
Octal16315615204106733453
Binary1110011110111011010100100100011011111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E6A; }

 p { color: rgb(115,110,106); }

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

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

 a { background-color: rgb(115,110,106); }

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

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

 span { border-color: rgb(115,110,106); }

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