#64644B

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

Shades of Hemlock #64644B

Tints of Hemlock #64644B

Color information

#64644B (or 0x64644B) is unknown color: approx Hemlock. HEX triplet: 64, 64 and 4B. RGB value is (100,100,75). Sum of RGB (Red+Green+Blue) = 100+100+75=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64644B is #9B9BB4. Grayscale: #616161. Windows color (decimal): -10197941 or 4940900. OLE color: 4940900.

HSL color Cylindrical-coordinate representation of color #64644B: hue angle of 60º 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 #64644B is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB10010075-
CMYK000.250.61
HSL60º14.29%34.31%-
HSV(B)60º25%39.22%-
XYZ11.0812.338.45-
YUV97.15115.5130.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010075000.250.616014.2934.31
Hex64644B00193D3ce22
Octal144144113003175741642
Binary11001001100100100101100110011111011111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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