#66654B

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

Shades of Hemlock #66654B

Tints of Hemlock #66654B

Color information

#66654B (or 0x66654B) is unknown color: approx Hemlock. HEX triplet: 66, 65 and 4B. RGB value is (102,101,75). Sum of RGB (Red+Green+Blue) = 102+101+75=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66654B is #999AB4. Grayscale: #626262. Windows color (decimal): -10066613 or 4941158. OLE color: 4941158.

HSL color Cylindrical-coordinate representation of color #66654B: hue angle of 57.78º 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 #66654B is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB10210175-
CMYK00.010.260.6
HSL57.78º15.25%34.71%-
HSV(B)57.78º26.47%40%-
XYZ11.412.648.5-
YUV98.34114.83130.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=36.69%
G=36.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021017500.010.260.657.7815.2534.71
Hex66654B011A3C3af23
Octal146145113013274721743
Binary11001101100101100101101110101111001110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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