#66856D

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

Shades of Laurel #66856D

Tints of Laurel #66856D

Color information

#66856D (or 0x66856D) is unknown color: approx Laurel. HEX triplet: 66, 85 and 6D. RGB value is (102,133,109). Sum of RGB (Red+Green+Blue) = 102+133+109=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #66856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66856D is #997A92. Grayscale: #797979. Windows color (decimal): -10058387 or 7177574. OLE color: 7177574.

HSL color Cylindrical-coordinate representation of color #66856D: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66856D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB102133109-
CMYK0.2300.180.48
HSL133.55º13.19%46.08%-
HSV(B)133.55º23.31%52.16%-
XYZ16.6320.717.59-
YUV120.99121.23114.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=29.65%
G=38.66%
B=31.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331090.2300.180.48133.5513.1946.08
Hex66856D170123086d2e
Octal14620515527022602061556
Binary110011010000101110110110111010010110000100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66856D; }

 p { color: rgb(102,133,109); }

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

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

 a { background-color: rgb(102,133,109); }

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

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

 span { border-color: rgb(102,133,109); }

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