#66846E

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

Shades of Laurel #66846E

Tints of Laurel #66846E

Color information

#66846E (or 0x66846E) is unknown color: approx Laurel. HEX triplet: 66, 84 and 6E. RGB value is (102,132,110). Sum of RGB (Red+Green+Blue) = 102+132+110=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #66846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66846E is #997B91. Grayscale: #787878. Windows color (decimal): -10058642 or 7242854. OLE color: 7242854.

HSL color Cylindrical-coordinate representation of color #66846E: hue angle of 136º 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 #66846E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB102132110-
CMYK0.2300.170.48
HSL136º12.82%45.88%-
HSV(B)136º22.73%51.76%-
XYZ16.5520.4517.83-
YUV120.52122.06114.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=29.65%
G=38.37%
B=31.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321100.2300.170.4813612.8245.88
Hex66846E170113088d2e
Octal14620415627021602101556
Binary110011010000100110111010111010001110000100010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66846E; }

 p { color: rgb(102,132,110); }

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

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

 a { background-color: rgb(102,132,110); }

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

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

 span { border-color: rgb(102,132,110); }

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