#64624E

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

Shades of Hemlock #64624E

Tints of Hemlock #64624E

Color information

#64624E (or 0x64624E) is unknown color: approx Hemlock. HEX triplet: 64, 62 and 4E. RGB value is (100,98,78). Sum of RGB (Red+Green+Blue) = 100+98+78=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #64624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64624E is #9B9DB1. Grayscale: #606060. Windows color (decimal): -10198450 or 5136996. OLE color: 5136996.

HSL color Cylindrical-coordinate representation of color #64624E: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64624E is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1009878-
CMYK00.020.220.61
HSL54.55º12.36%34.9%-
HSV(B)54.55º22%39.22%-
XYZ1111.998.94-
YUV96.32117.66130.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=36.23%
G=35.51%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987800.020.220.6154.5512.3634.9
Hex64624E02163D37c23
Octal144142116022675671443
Binary110010011000101001110010101101111011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,98,78); }

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

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

 a { background-color: rgb(100,98,78); }

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

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

 span { border-color: rgb(100,98,78); }

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