#645E48

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

Shades of Millbrook #645E48

Tints of Millbrook #645E48

Color information

#645E48 (or 0x645E48) is unknown color: approx Millbrook. HEX triplet: 64, 5E and 48. RGB value is (100,94,72). Sum of RGB (Red+Green+Blue) = 100+94+72=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #645E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E48 is #9BA1B7. Grayscale: #5D5D5D. Windows color (decimal): -10199480 or 4742756. OLE color: 4742756.

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

Color convert

RGB1009472-
CMYK00.060.280.61
HSL47.14º16.28%33.73%-
HSV(B)47.14º28%39.22%-
XYZ10.4311.187.74-
YUV93.29115.99132.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=37.59%
G=35.34%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100947200.060.280.6147.1416.2833.73
Hex645E48061C3D2f1022
Octal144136110063475572042
Binary11001001011110100100001101110011110110111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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