#657666

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

Shades of Laurel #657666

Tints of Laurel #657666

Color information

#657666 (or 0x657666) is unknown color: approx Laurel. HEX triplet: 65, 76 and 66. RGB value is (101,118,102). Sum of RGB (Red+Green+Blue) = 101+118+102=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #657666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657666 is #9A8999. Grayscale: #6F6F6F. Windows color (decimal): -10127770 or 6714981. OLE color: 6714981.

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

Color convert

RGB101118102-
CMYK0.1400.140.54
HSL123.53º7.76%42.94%-
HSV(B)123.53º14.41%46.27%-
XYZ14.2416.6815.04-
YUV111.09122.87120.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=31.46%
G=36.76%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011181020.1400.140.54123.537.7642.94
Hex657666E0E367c82b
Octal14516614616016661741053
Binary11001011110110110011011100111011011011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657666; }

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

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

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

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

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

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

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

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