#74605B

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

Shades of Russett #74605B

Tints of Russett #74605B

Color information

#74605B (or 0x74605B) is unknown color: approx Russett. HEX triplet: 74, 60 and 5B. RGB value is (116,96,91). Sum of RGB (Red+Green+Blue) = 116+96+91=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605B is #8B9FA4. Grayscale: #656565. Windows color (decimal): -9150373 or 5988468. OLE color: 5988468.

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

Color convert

RGB1169691-
CMYK00.170.220.55
HSL12º12.08%40.59%-
HSV(B)12º21.55%45.49%-
XYZ13.2712.8311.68-
YUV101.41122.13138.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=38.28%
G=31.68%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116969100.170.220.551212.0840.59
Hex74605B0111637cc29
Octal1641401330212667141451
Binary1110100110000010110110100011011011011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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