#66644C

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

Shades of Hemlock #66644C

Tints of Hemlock #66644C

Color information

#66644C (or 0x66644C) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 4C. RGB value is (102,100,76). Sum of RGB (Red+Green+Blue) = 102+100+76=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66644C is #999BB3. Grayscale: #616161. Windows color (decimal): -10066868 or 5006438. OLE color: 5006438.

HSL color Cylindrical-coordinate representation of color #66644C: hue angle of 55.38º degrees, saturation: 0.15, 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 #66644C is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB10210076-
CMYK00.020.250.6
HSL55.38º14.61%34.9%-
HSV(B)55.38º25.49%40%-
XYZ11.3412.468.64-
YUV97.86115.66130.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=36.69%
G=35.97%
B=27.34%

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
Decimal1021007600.020.250.655.3814.6134.9
Hex66644C02193C37f23
Octal146144114023174671743
Binary110011011001001001100010110011111001101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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