#64695C

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

Shades of Willow Grove #64695C

Tints of Willow Grove #64695C

Color information

#64695C (or 0x64695C) is unknown color: approx Willow Grove. HEX triplet: 64, 69 and 5C. RGB value is (100,105,92). Sum of RGB (Red+Green+Blue) = 100+105+92=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #64695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64695C is #9B96A3. Grayscale: #666666. Windows color (decimal): -10196644 or 6056292. OLE color: 6056292.

HSL color Cylindrical-coordinate representation of color #64695C: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64695C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10010592-
CMYK0.0500.120.59
HSL83.08º6.6%38.63%-
HSV(B)83.08º12.38%41.18%-
XYZ12.2413.5912.1-
YUV102.02122.34126.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=33.67%
G=35.35%
B=30.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105920.0500.120.5983.086.638.63
Hex64695C50C3B53727
Octal144151134501473123747
Binary110010011010011011100101011001110111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64695C; }

 p { color: rgb(100,105,92); }

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

<style>
 a { background-color: #64695C; }

 a { background-color: rgb(100,105,92); }

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

<style>
 span { border-color: #64695C; }

 span { border-color: rgb(100,105,92); }

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