Html Css Color HEX #645E49 Millbrook

📋 copy color: '#645E49'

red 100 ◦ green 94 ◦ blue 73

#645E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #645E49

Tints of Millbrook #645E49

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 value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#645E49 (or 0x645E49) is known color: 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

RGB 100 94 73 -
CMYK 0 0.06 0.27 0.61
HSL 46.67º 0.16% 0.34% -
HSV(B) 46.67º 0.27% 0.39% -
XYZ 10.46 11.2 7.91 -
YUV 93.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 100 94 73 0 0.06 0.27 0.61 46.67 0.16 0.34
Hex 64 5E 49 0 6 1B 3D 2F 10 22
Octal 144 136 111 0 6 33 75 57 20 42
Binary 1100100 1011110 1001001 0 110 11011 111101 101111 10000 100010

Color Harmonies of #645E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E49

Black with #645E49

Text Example


Text Example

White with #645E49

Text Example


Text Example

HTML Codes & Css Web 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>