#66644E

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

Shades of Hemlock #66644E

Tints of Hemlock #66644E

Color information

#66644E (or 0x66644E) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 4E. RGB value is (102,100,78). Sum of RGB (Red+Green+Blue) = 102+100+78=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #66644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66644E is #999BB1. Grayscale: #626262. Windows color (decimal): -10066866 or 5137510. OLE color: 5137510.

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

Color convert

RGB10210078-
CMYK00.020.240.6
HSL55º13.33%35.29%-
HSV(B)55º23.53%40%-
XYZ11.4112.499.02-
YUV98.09116.66130.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=36.43%
G=35.71%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021007800.020.240.65513.3335.29
Hex66644E02183C37d23
Octal146144116023074671543
Binary110011011001001001110010110001111001101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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