#64624F

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

Shades of Hemlock #64624F

Tints of Hemlock #64624F

Color information

#64624F (or 0x64624F) is unknown color: approx Hemlock. HEX triplet: 64, 62 and 4F. RGB value is (100,98,79). Sum of RGB (Red+Green+Blue) = 100+98+79=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64624F is #9B9DB0. Grayscale: #606060. Windows color (decimal): -10198449 or 5202532. OLE color: 5202532.

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

Color convert

RGB1009879-
CMYK00.020.210.61
HSL54.29º11.73%35.1%-
HSV(B)54.29º21%39.22%-
XYZ11.0312.019.13-
YUV96.43118.16130.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=36.10%
G=35.38%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987900.020.210.6154.2911.7335.1
Hex64624F02153D36c23
Octal144142117022575661443
Binary110010011000101001111010101011111011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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