#66886E

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

Shades of Laurel #66886E

Tints of Laurel #66886E

Color information

#66886E (or 0x66886E) is unknown color: approx Laurel. HEX triplet: 66, 88 and 6E. RGB value is (102,136,110). Sum of RGB (Red+Green+Blue) = 102+136+110=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #66886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66886E is #997791. Grayscale: #7A7A7A. Windows color (decimal): -10057618 or 7243878. OLE color: 7243878.

HSL color Cylindrical-coordinate representation of color #66886E: hue angle of 134.12º 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 #66886E is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB102136110-
CMYK0.2500.190.47
HSL134.12º14.29%46.67%-
HSV(B)134.12º25%53.33%-
XYZ17.121.5618.01-
YUV122.87120.74113.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=29.31%
G=39.08%
B=31.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361100.2500.190.47134.1214.2946.67
Hex66886E190132F86e2f
Octal14621015631023572061657
Binary110011010001000110111011001010011101111100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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