Html Css Color HEX #645E46 Millbrook

📋 copy color: '#645E46'

red 100 ◦ green 94 ◦ blue 70

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

Shades of Millbrook #645E46

Tints of Millbrook #645E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 37.88%
G = 35.61%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#645E46 (or 0x645E46) is known color: Millbrook. HEX triplet: 64, 5E and 46. RGB value is (100,94,70). Sum of RGB (Red+Green+Blue) = 100+94+70=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E46 is #9BA1B9. Grayscale: #5D5D5D. Windows color (decimal): -10199482 or 4611684. OLE color: 4611684.

HSL color Cylindrical-coordinate representation of color #645E46: hue angle of 48º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #645E46 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 94 70 -
CMYK 0 0.06 0.30 0.61
HSL 48º 0.18% 0.33% -
HSV(B) 48º 0.3% 0.39% -
XYZ 10.36 11.16 7.4 -
YUV 93.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 100 94 70 0 0.06 0.30 0.61 48 0.18 0.33
Hex 64 5E 46 0 6 1E 3D 30 12 21
Octal 144 136 106 0 6 36 75 60 22 41
Binary 1100100 1011110 1000110 0 110 11110 111101 110000 10010 100001

Color Harmonies of #645E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E46

Black with #645E46

Text Example


Text Example

White with #645E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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