#66886D

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

Shades of Laurel #66886D

Tints of Laurel #66886D

Color information

#66886D (or 0x66886D) is unknown color: approx Laurel. HEX triplet: 66, 88 and 6D. RGB value is (102,136,109). Sum of RGB (Red+Green+Blue) = 102+136+109=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #66886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66886D is #997792. Grayscale: #7A7A7A. Windows color (decimal): -10057619 or 7178342. OLE color: 7178342.

HSL color Cylindrical-coordinate representation of color #66886D: hue angle of 132.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66886D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB102136109-
CMYK0.2500.200.47
HSL132.35º14.29%46.67%-
HSV(B)132.35º25%53.33%-
XYZ17.0421.5417.73-
YUV122.76120.24113.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=29.39%
G=39.19%
B=31.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361090.2500.200.47132.3514.2946.67
Hex66886D190142F84e2f
Octal14621015531024572041657
Binary110011010001000110110111001010100101111100001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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