#66866C

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

Shades of Laurel #66866C

Tints of Laurel #66866C

Color information

#66866C (or 0x66866C) is unknown color: approx Laurel. HEX triplet: 66, 86 and 6C. RGB value is (102,134,108). Sum of RGB (Red+Green+Blue) = 102+134+108=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #66866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866C is #997993. Grayscale: #797979. Windows color (decimal): -10058132 or 7112294. OLE color: 7112294.

HSL color Cylindrical-coordinate representation of color #66866C: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66866C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB102134108-
CMYK0.2400.190.47
HSL131.25º13.56%46.27%-
HSV(B)131.25º23.88%52.55%-
XYZ16.7120.9617.35-
YUV121.47120.4114.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=29.65%
G=38.95%
B=31.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341080.2400.190.47131.2513.5646.27
Hex66866C180132F83e2e
Octal14620615430023572031656
Binary110011010000110110110011000010011101111100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66866C; }

 p { color: rgb(102,134,108); }

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

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

 a { background-color: rgb(102,134,108); }

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

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

 span { border-color: rgb(102,134,108); }

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