#64634E

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

Shades of Hemlock #64634E

Tints of Hemlock #64634E

Color information

#64634E (or 0x64634E) is unknown color: approx Hemlock. HEX triplet: 64, 63 and 4E. RGB value is (100,99,78). Sum of RGB (Red+Green+Blue) = 100+99+78=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64634E is #9B9CB1. Grayscale: #606060. Windows color (decimal): -10198194 or 5137252. OLE color: 5137252.

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

Color convert

RGB1009978-
CMYK00.010.220.61
HSL57.27º12.36%34.9%-
HSV(B)57.27º22%39.22%-
XYZ11.0912.188.97-
YUV96.9117.33130.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=36.10%
G=35.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100997800.010.220.6157.2712.3634.9
Hex64634E01163D39c23
Octal144143116012675711443
Binary11001001100011100111001101101111011110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64634E; }

 p { color: rgb(100,99,78); }

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

<style>
 a { background-color: #64634E; }

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

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

<style>
 span { border-color: #64634E; }

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

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