#64624B

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

Shades of Hemlock #64624B

Tints of Hemlock #64624B

Color information

#64624B (or 0x64624B) is unknown color: approx Hemlock. HEX triplet: 64, 62 and 4B. RGB value is (100,98,75). Sum of RGB (Red+Green+Blue) = 100+98+75=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #64624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64624B is #9B9DB4. Grayscale: #606060. Windows color (decimal): -10198453 or 4940388. OLE color: 4940388.

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

Color convert

RGB1009875-
CMYK00.020.250.61
HSL55.2º14.29%34.31%-
HSV(B)55.2º25%39.22%-
XYZ10.8911.958.39-
YUV95.98116.16130.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=36.63%
G=35.90%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987500.020.250.6155.214.2934.31
Hex64624B02193D37e22
Octal144142113023175671642
Binary110010011000101001011010110011111011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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