#647666

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

Shades of Laurel #647666

Tints of Laurel #647666

Color information

#647666 (or 0x647666) is unknown color: approx Laurel. HEX triplet: 64, 76 and 66. RGB value is (100,118,102). Sum of RGB (Red+Green+Blue) = 100+118+102=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #647666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647666 is #9B8999. Grayscale: #6E6E6E. Windows color (decimal): -10193306 or 6714980. OLE color: 6714980.

HSL color Cylindrical-coordinate representation of color #647666: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647666 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB100118102-
CMYK0.1500.140.54
HSL126.67º8.26%42.75%-
HSV(B)126.67º15.25%46.27%-
XYZ14.1316.6315.03-
YUV110.79123.04120.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=31.25%
G=36.88%
B=31.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001181020.1500.140.54126.678.2642.75
Hex647666F0E367f82b
Octal14416614617016661771053
Binary11001001110110110011011110111011011011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647666; }

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

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

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

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

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

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

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

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