#64685E

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

Shades of Willow Grove #64685E

Tints of Willow Grove #64685E

Color information

#64685E (or 0x64685E) is unknown color: approx Willow Grove. HEX triplet: 64, 68 and 5E. RGB value is (100,104,94). Sum of RGB (Red+Green+Blue) = 100+104+94=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #64685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64685E is #9B97A1. Grayscale: #656565. Windows color (decimal): -10196898 or 6187108. OLE color: 6187108.

HSL color Cylindrical-coordinate representation of color #64685E: hue angle of 84º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64685E is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10010494-
CMYK0.0400.100.59
HSL84º5.05%38.82%-
HSV(B)84º9.62%40.78%-
XYZ12.2313.4212.54-
YUV101.66123.67126.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=33.56%
G=34.90%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104940.0400.100.59845.0538.82
Hex64685E40A3B54527
Octal144150136401273124547
Binary110010011010001011110100010101110111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64685E; }

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

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

<style>
 a { background-color: #64685E; }

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

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

<style>
 span { border-color: #64685E; }

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

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