#666445

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

Shades of Hemlock #666445

Tints of Hemlock #666445

Color information

#666445 (or 0x666445) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 45. RGB value is (102,100,69). Sum of RGB (Red+Green+Blue) = 102+100+69=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #666445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666445 is #999BBA. Grayscale: #616161. Windows color (decimal): -10066875 or 4547686. OLE color: 4547686.

HSL color Cylindrical-coordinate representation of color #666445: hue angle of 56.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666445 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB10210069-
CMYK00.020.320.6
HSL56.36º19.3%33.53%-
HSV(B)56.36º32.35%40%-
XYZ11.1112.377.43-
YUV97.06112.16131.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=37.64%
G=36.90%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021006900.020.320.656.3619.333.53
Hex66644502203C381322
Octal146144105024074702342
Binary11001101100100100010101010000011110011100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666445; }

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

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

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

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

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

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

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

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