#66664C

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

Shades of Hemlock #66664C

Tints of Hemlock #66664C

Color information

#66664C (or 0x66664C) is unknown color: approx Hemlock. HEX triplet: 66, 66 and 4C. RGB value is (102,102,76). Sum of RGB (Red+Green+Blue) = 102+102+76=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66664C is #9999B3. Grayscale: #636363. Windows color (decimal): -10066356 or 5006950. OLE color: 5006950.

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

Color convert

RGB10210276-
CMYK000.250.6
HSL60º14.61%34.9%-
HSV(B)60º25.49%40%-
XYZ11.5412.858.71-
YUV99.04115130.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=36.43%
G=36.43%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210276000.250.66014.6134.9
Hex66664C00193C3cf23
Octal146146114003174741743
Binary11001101100110100110000110011111001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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