#646A5F

Color #646A5F Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #646A5F

Tints of Willow Grove #646A5F

Color information

#646A5F (or 0x646A5F) is unknown color: approx Willow Grove. HEX triplet: 64, 6A and 5F. RGB value is (100,106,95). Sum of RGB (Red+Green+Blue) = 100+106+95=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 106 - color contains mainly: green. Hex color #646A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A5F is #9B95A0. Grayscale: #666666. Windows color (decimal): -10196385 or 6253156. OLE color: 6253156.

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

Color convert

RGB10010695-
CMYK0.0600.100.58
HSL92.73º5.47%39.41%-
HSV(B)92.73º10.38%41.57%-
XYZ12.4813.8412.84-
YUV102.95123.51125.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=33.22%
G=35.22%
B=31.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100106950.0600.100.5892.735.4739.41
Hex646A5F60A3A5d527
Octal144152137601272135547
Binary110010011010101011111110010101110101011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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