#736C64

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

Shades of Sandstone #736C64

Tints of Sandstone #736C64

Color information

#736C64 (or 0x736C64) is unknown color: approx Sandstone. HEX triplet: 73, 6C and 64. RGB value is (115,108,100). Sum of RGB (Red+Green+Blue) = 115+108+100=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C64 is #8C939B. Grayscale: #6D6D6D. Windows color (decimal): -9212828 or 6581363. OLE color: 6581363.

HSL color Cylindrical-coordinate representation of color #736C64: hue angle of 32º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736C64 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB115108100-
CMYK00.060.130.55
HSL32º6.98%42.16%-
HSV(B)32º13.04%45.1%-
XYZ14.7315.2914.23-
YUV109.18122.82132.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=35.60%
G=33.44%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510810000.060.130.55326.9842.16
Hex736C6406D372072a
Octal16315414406156740752
Binary11100111101100110010001101101110111100000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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