#645D47

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

Shades of Millbrook #645D47

Tints of Millbrook #645D47

Color information

#645D47 (or 0x645D47) is unknown color: approx Millbrook. HEX triplet: 64, 5D and 47. RGB value is (100,93,71). Sum of RGB (Red+Green+Blue) = 100+93+71=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D47 is #9BA2B8. Grayscale: #5C5C5C. Windows color (decimal): -10199737 or 4676964. OLE color: 4676964.

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

Color convert

RGB1009371-
CMYK00.070.290.61
HSL45.52º16.96%33.53%-
HSV(B)45.52º29%39.22%-
XYZ10.3110.997.54-
YUV92.58115.82133.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=37.88%
G=35.23%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100937100.070.290.6145.5216.9633.53
Hex645D47071D3D2e1122
Octal144135107073575562142
Binary11001001011101100011101111110111110110111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,71); }

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

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

 a { background-color: rgb(100,93,71); }

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

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

 span { border-color: rgb(100,93,71); }

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