#66614A

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

Shades of Hemlock #66614A

Tints of Hemlock #66614A

Color information

#66614A (or 0x66614A) is unknown color: approx Hemlock. HEX triplet: 66, 61 and 4A. RGB value is (102,97,74). Sum of RGB (Red+Green+Blue) = 102+97+74=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66614A is #999EB5. Grayscale: #5F5F5F. Windows color (decimal): -10067638 or 4874598. OLE color: 4874598.

HSL color Cylindrical-coordinate representation of color #66614A: hue angle of 49.29º 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 #66614A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1029774-
CMYK00.050.270.6
HSL49.29º15.91%34.51%-
HSV(B)49.29º27.45%40%-
XYZ10.9911.878.19-
YUV95.87115.66132.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=37.36%
G=35.53%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102977400.050.270.649.2915.9134.51
Hex66614A051B3C311023
Octal146141112053374612043
Binary11001101100001100101001011101111110011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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