#64624A

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

Shades of Hemlock #64624A

Tints of Hemlock #64624A

Color information

#64624A (or 0x64624A) is unknown color: approx Hemlock. HEX triplet: 64, 62 and 4A. RGB value is (100,98,74). Sum of RGB (Red+Green+Blue) = 100+98+74=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64624A is #9B9DB5. Grayscale: #5F5F5F. Windows color (decimal): -10198454 or 4874852. OLE color: 4874852.

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

Color convert

RGB1009874-
CMYK00.020.260.61
HSL55.38º14.94%34.12%-
HSV(B)55.38º26%39.22%-
XYZ10.8611.948.21-
YUV95.86115.66130.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=36.76%
G=36.03%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987400.020.260.6155.3814.9434.12
Hex64624A021A3D37f22
Octal144142112023275671742
Binary110010011000101001010010110101111011101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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