#73605B

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

Shades of Russett #73605B

Tints of Russett #73605B

Color information

#73605B (or 0x73605B) is unknown color: approx Russett. HEX triplet: 73, 60 and 5B. RGB value is (115,96,91). Sum of RGB (Red+Green+Blue) = 115+96+91=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #73605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73605B is #8C9FA4. Grayscale: #656565. Windows color (decimal): -9215909 or 5988467. OLE color: 5988467.

HSL color Cylindrical-coordinate representation of color #73605B: hue angle of 12.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73605B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1159691-
CMYK00.170.210.55
HSL12.5º11.65%40.39%-
HSV(B)12.5º20.87%45.1%-
XYZ13.1412.7711.67-
YUV101.11122.29137.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=38.08%
G=31.79%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969100.170.210.5512.511.6540.39
Hex73605B0111537dc28
Octal1631401330212567151450
Binary1110011110000010110110100011010111011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73605B; }

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

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

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

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

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

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

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

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