#73605C

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

Shades of Russett #73605C

Tints of Russett #73605C

Color information

#73605C (or 0x73605C) is unknown color: approx Russett. HEX triplet: 73, 60 and 5C. RGB value is (115,96,92). Sum of RGB (Red+Green+Blue) = 115+96+92=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73605C is #8C9FA3. Grayscale: #656565. Windows color (decimal): -9215908 or 6054003. OLE color: 6054003.

HSL color Cylindrical-coordinate representation of color #73605C: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73605C is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1159692-
CMYK00.170.200.55
HSL10.43º11.11%40.59%-
HSV(B)10.43º20%45.1%-
XYZ13.1812.7811.9-
YUV101.22122.79137.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=37.95%
G=31.68%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969200.170.200.5510.4311.1140.59
Hex73605C0111437ab29
Octal1631401340212467121351
Binary1110011110000010111000100011010011011110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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