#645E49

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

Shades of Millbrook #645E49

Tints of Millbrook #645E49

Color information

#645E49 (or 0x645E49) is unknown color: approx Millbrook. HEX triplet: 64, 5E and 49. RGB value is (100,94,73). Sum of RGB (Red+Green+Blue) = 100+94+73=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #645E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E49 is #9BA1B6. Grayscale: #5D5D5D. Windows color (decimal): -10199479 or 4808292. OLE color: 4808292.

HSL color Cylindrical-coordinate representation of color #645E49: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645E49 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1009473-
CMYK00.060.270.61
HSL46.67º15.61%33.92%-
HSV(B)46.67º27%39.22%-
XYZ10.4611.27.91-
YUV93.4116.49132.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=37.45%
G=35.21%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100947300.060.270.6146.6715.6133.92
Hex645E49061B3D2f1022
Octal144136111063375572042
Binary11001001011110100100101101101111110110111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645E49; }

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

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

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

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

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

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

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

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