#736460

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

Shades of Russett #736460

Tints of Russett #736460

Color information

#736460 (or 0x736460) is unknown color: approx Russett. HEX triplet: 73, 64 and 60. RGB value is (115,100,96). Sum of RGB (Red+Green+Blue) = 115+100+96=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736460 is #8C9B9F. Grayscale: #686868. Windows color (decimal): -9214880 or 6317171. OLE color: 6317171.

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

Color convert

RGB11510096-
CMYK00.130.170.55
HSL12.63º9%41.37%-
HSV(B)12.63º16.52%45.1%-
XYZ13.7413.612.97-
YUV104.03123.47135.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=36.98%
G=32.15%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151009600.130.170.5512.63941.37
Hex7364600D1137d929
Octal1631441400152167151151
Binary111001111001001100000011011000111011111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736460; }

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

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

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

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

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

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

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

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