#646B5F

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

Shades of Willow Grove #646B5F

Tints of Willow Grove #646B5F

Color information

#646B5F (or 0x646B5F) is unknown color: approx Willow Grove. HEX triplet: 64, 6B and 5F. RGB value is (100,107,95). Sum of RGB (Red+Green+Blue) = 100+107+95=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 107 - color contains mainly: green. Hex color #646B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B5F is #9B94A0. Grayscale: #676767. Windows color (decimal): -10196129 or 6253412. OLE color: 6253412.

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

Color convert

RGB10010795-
CMYK0.0700.110.58
HSL95º5.94%39.61%-
HSV(B)95º11.21%41.96%-
XYZ12.5814.0512.88-
YUV103.54123.18125.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=33.11%
G=35.43%
B=31.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100107950.0700.110.58955.9439.61
Hex646B5F70B3A5f628
Octal144153137701372137650
Binary110010011010111011111111010111110101011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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