#66644B

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

Shades of Hemlock #66644B

Tints of Hemlock #66644B

Color information

#66644B (or 0x66644B) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 4B. RGB value is (102,100,75). Sum of RGB (Red+Green+Blue) = 102+100+75=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66644B is #999BB4. Grayscale: #616161. Windows color (decimal): -10066869 or 4940902. OLE color: 4940902.

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

Color convert

RGB10210075-
CMYK00.020.260.6
HSL55.56º15.25%34.71%-
HSV(B)55.56º26.47%40%-
XYZ11.3112.458.46-
YUV97.75115.16131.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=36.82%
G=36.10%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021007500.020.260.655.5615.2534.71
Hex66644B021A3C38f23
Octal146144113023274701743
Binary110011011001001001011010110101111001110001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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