#66664F

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

Shades of Hemlock #66664F

Tints of Hemlock #66664F

Color information

#66664F (or 0x66664F) is unknown color: approx Hemlock. HEX triplet: 66, 66 and 4F. RGB value is (102,102,79). Sum of RGB (Red+Green+Blue) = 102+102+79=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66664F is #9999B0. Grayscale: #636363. Windows color (decimal): -10066353 or 5203558. OLE color: 5203558.

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

Color convert

RGB10210279-
CMYK000.230.6
HSL60º12.71%35.49%-
HSV(B)60º22.55%40%-
XYZ11.6412.899.27-
YUV99.38116.5129.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=36.04%
G=36.04%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210279000.230.66012.7135.49
Hex66664F00173C3cd23
Octal146146117002774741543
Binary11001101100110100111100101111111001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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