Html Css Color HEX #646A5E Willow Grove

📋 copy color: '#646A5E'

red 100 ◦ green 106 ◦ blue 94

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

Shades of Willow Grove #646A5E

Tints of Willow Grove #646A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 33.33%
G = 35.33%
B = 31.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#646A5E (or 0x646A5E) is known color: Willow Grove. HEX triplet: 64, 6A and 5E. RGB value is (100,106,94). Sum of RGB (Red+Green+Blue) = 100+106+94=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 106 - color contains mainly: green. Hex color #646A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A5E is #9B95A1. Grayscale: #666666. Windows color (decimal): -10196386 or 6187620. OLE color: 6187620.

HSL color Cylindrical-coordinate representation of color #646A5E: hue angle of 90º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646A5E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 94 -
CMYK 0.06 0 0.11 0.58
HSL 90º 0.06% 0.39% -
HSV(B) 90º 0.11% 0.42% -
XYZ 12.43 13.83 12.6 -
YUV 102.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 100 106 94 0.06 0 0.11 0.58 90 0.06 0.39
Hex 64 6A 5E 6 0 B 3A 5A 6 27
Octal 144 152 136 6 0 13 72 132 6 47
Binary 1100100 1101010 1011110 110 0 1011 111010 1011010 110 100111

Color Harmonies of #646A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A5E

Black with #646A5E

Text Example


Text Example

White with #646A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A5E; }

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

 H1.HeaderClassName
 {
   color: #646A5E;
 }
 .AnyTagClassName
 {
   color: #646A5E;
 }
</style>

background-color css

<style>
 a { background-color: #646A5E; }

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

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

border-color css

<style>
 span { border-color: #646A5E; }

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

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