#66654A

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

Shades of Hemlock #66654A

Tints of Hemlock #66654A

Color information

#66654A (or 0x66654A) is unknown color: approx Hemlock. HEX triplet: 66, 65 and 4A. RGB value is (102,101,74). Sum of RGB (Red+Green+Blue) = 102+101+74=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66654A is #999AB5. Grayscale: #626262. Windows color (decimal): -10066614 or 4875622. OLE color: 4875622.

HSL color Cylindrical-coordinate representation of color #66654A: hue angle of 57.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66654A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB10210174-
CMYK00.010.270.6
HSL57.86º15.91%34.51%-
HSV(B)57.86º27.45%40%-
XYZ11.3712.638.32-
YUV98.22114.33130.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=36.82%
G=36.46%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021017400.010.270.657.8615.9134.51
Hex66654A011B3C3a1023
Octal146145112013374722043
Binary110011011001011001010011101111110011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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