#64654A

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

Shades of Hemlock #64654A

Tints of Hemlock #64654A

Color information

#64654A (or 0x64654A) is unknown color: approx Hemlock. HEX triplet: 64, 65 and 4A. RGB value is (100,101,74). Sum of RGB (Red+Green+Blue) = 100+101+74=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #64654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64654A is #9B9AB5. Grayscale: #616161. Windows color (decimal): -10197686 or 4875620. OLE color: 4875620.

HSL color Cylindrical-coordinate representation of color #64654A: hue angle of 62.22º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64654A is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB10010174-
CMYK0.0100.270.60
HSL62.22º15.43%34.31%-
HSV(B)62.22º26.73%39.61%-
XYZ11.1512.518.31-
YUV97.62114.67129.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=36.36%
G=36.73%
B=26.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100101740.0100.270.6062.2215.4334.31
Hex64654A101B3C3ef22
Octal144145112103374761742
Binary11001001100101100101010110111111001111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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