#736960

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

Shades of Sandstone #736960

Tints of Sandstone #736960

Color information

#736960 (or 0x736960) is unknown color: approx Sandstone. HEX triplet: 73, 69 and 60. RGB value is (115,105,96). Sum of RGB (Red+Green+Blue) = 115+105+96=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736960 is #8C969F. Grayscale: #6B6B6B. Windows color (decimal): -9213600 or 6318451. OLE color: 6318451.

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

Color convert

RGB11510596-
CMYK00.090.170.55
HSL28.42º9%41.37%-
HSV(B)28.42º16.52%45.1%-
XYZ14.2314.5913.13-
YUV106.96121.81133.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=36.39%
G=33.23%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151059600.090.170.5528.42941.37
Hex7369600911371c929
Octal1631511400112167341151
Binary1110011110100111000000100110001110111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736960; }

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

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

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

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

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

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

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

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