#736C60

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

Shades of Sandstone #736C60

Tints of Sandstone #736C60

Color information

#736C60 (or 0x736C60) is unknown color: approx Sandstone. HEX triplet: 73, 6C and 60. RGB value is (115,108,96). Sum of RGB (Red+Green+Blue) = 115+108+96=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C60 is #8C939F. Grayscale: #6C6C6C. Windows color (decimal): -9212832 or 6319219. OLE color: 6319219.

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

Color convert

RGB11510896-
CMYK00.060.170.55
HSL37.89º9%41.37%-
HSV(B)37.89º16.52%45.1%-
XYZ14.5415.2113.24-
YUV108.72120.82132.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=36.05%
G=33.86%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151089600.060.170.5537.89941.37
Hex736C6006113726929
Octal163154140062167461151
Binary1110011110110011000000110100011101111001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,108,96); }

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

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

 a { background-color: rgb(115,108,96); }

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

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

 span { border-color: rgb(115,108,96); }

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