#66644D

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

Shades of Hemlock #66644D

Tints of Hemlock #66644D

Color information

#66644D (or 0x66644D) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 4D. RGB value is (102,100,77). Sum of RGB (Red+Green+Blue) = 102+100+77=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66644D is #999BB2. Grayscale: #626262. Windows color (decimal): -10066867 or 5071974. OLE color: 5071974.

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

Color convert

RGB10210077-
CMYK00.020.250.6
HSL55.2º13.97%35.1%-
HSV(B)55.2º24.51%40%-
XYZ11.3812.478.83-
YUV97.98116.16130.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=36.56%
G=35.84%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021007700.020.250.655.213.9735.1
Hex66644D02193C37e23
Octal146144115023174671643
Binary110011011001001001101010110011111001101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66644D; }

 p { color: rgb(102,100,77); }

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

<style>
 a { background-color: #66644D; }

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

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

<style>
 span { border-color: #66644D; }

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

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