#74645E

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

Shades of Russett #74645E

Tints of Russett #74645E

Color information

#74645E (or 0x74645E) is unknown color: approx Russett. HEX triplet: 74, 64 and 5E. RGB value is (116,100,94). Sum of RGB (Red+Green+Blue) = 116+100+94=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74645E is #8B9BA1. Grayscale: #686868. Windows color (decimal): -9149346 or 6186100. OLE color: 6186100.

HSL color Cylindrical-coordinate representation of color #74645E: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74645E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB11610094-
CMYK00.140.190.55
HSL16.36º10.48%41.18%-
HSV(B)16.36º18.97%45.49%-
XYZ13.7813.6412.5-
YUV104.1122.3136.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=37.42%
G=32.26%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161009400.140.190.5516.3610.4841.18
Hex74645E0E133710a29
Octal1641441360162367201251
Binary1110100110010010111100111010011110111100001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74645E; }

 p { color: rgb(116,100,94); }

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

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

 a { background-color: rgb(116,100,94); }

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

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

 span { border-color: rgb(116,100,94); }

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