Html Css Color HEX #645A40 Millbrook

📋 copy color: '#645A40'

red 100 ◦ green 90 ◦ blue 64

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

Shades of Millbrook #645A40

Tints of Millbrook #645A40

RGB

 RED value IS 100 (39.45% from 255) = 39.37%

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 39.37%
G = 35.43%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#645A40 (or 0x645A40) is known color: Millbrook. HEX triplet: 64, 5A and 40. RGB value is (100,90,64). Sum of RGB (Red+Green+Blue) = 100+90+64=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #645A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A40 is #9BA5BF. Grayscale: #5A5A5A. Windows color (decimal): -10200512 or 4217444. OLE color: 4217444.

HSL color Cylindrical-coordinate representation of color #645A40: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645A40 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 90 64 -
CMYK 0 0.10 0.36 0.61
HSL 43.33º 0.22% 0.32% -
HSV(B) 43.33º 0.36% 0.39% -
XYZ 9.84 10.39 6.34 -
YUV 90.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 100 90 64 0 0.10 0.36 0.61 43.33 0.22 0.32
Hex 64 5A 40 0 A 24 3D 2B 16 20
Octal 144 132 100 0 12 44 75 53 26 40
Binary 1100100 1011010 1000000 0 1010 100100 111101 101011 10110 100000

Color Harmonies of #645A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A40

Black with #645A40

Text Example


Text Example

White with #645A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,64); }

 H1.HeaderClassName
 {
   color: #645A40;
 }
 .AnyTagClassName
 {
   color: #645A40;
 }
</style>

background-color css

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

 a { background-color: rgb(100,90,64); }

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

border-color css

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

 span { border-color: rgb(100,90,64); }

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