#66644F

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

Shades of Hemlock #66644F

Tints of Hemlock #66644F

Color information

#66644F (or 0x66644F) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 4F. RGB value is (102,100,79). Sum of RGB (Red+Green+Blue) = 102+100+79=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #66644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66644F is #999BB0. Grayscale: #626262. Windows color (decimal): -10066865 or 5203046. OLE color: 5203046.

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

Color convert

RGB10210079-
CMYK00.020.230.6
HSL54.78º12.71%35.49%-
HSV(B)54.78º22.55%40%-
XYZ11.4512.59.21-
YUV98.2117.16130.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=36.30%
G=35.59%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021007900.020.230.654.7812.7135.49
Hex66644F02173C37d23
Octal146144117022774671543
Binary110011011001001001111010101111111001101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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