#66664B

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

Shades of Hemlock #66664B

Tints of Hemlock #66664B

Color information

#66664B (or 0x66664B) is unknown color: approx Hemlock. HEX triplet: 66, 66 and 4B. RGB value is (102,102,75). Sum of RGB (Red+Green+Blue) = 102+102+75=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66664B is #9999B4. Grayscale: #636363. Windows color (decimal): -10066357 or 4941414. OLE color: 4941414.

HSL color Cylindrical-coordinate representation of color #66664B: 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.26%. Process color model (Four color, CMYK) of #66664B is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB10210275-
CMYK000.260.6
HSL60º15.25%34.71%-
HSV(B)60º26.47%40%-
XYZ11.512.848.53-
YUV98.92114.5130.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=36.56%
G=36.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210275000.260.66015.2534.71
Hex66664B001A3C3cf23
Octal146146113003274741743
Binary11001101100110100101100110101111001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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