#648866

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

Shades of Laurel #648866

Tints of Laurel #648866

Color information

#648866 (or 0x648866) is unknown color: approx Laurel. HEX triplet: 64, 88 and 66. RGB value is (100,136,102). Sum of RGB (Red+Green+Blue) = 100+136+102=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #648866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648866 is #9B7799. Grayscale: #797979. Windows color (decimal): -10188698 or 6719588. OLE color: 6719588.

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

Color convert

RGB100136102-
CMYK0.2600.250.47
HSL123.33º15.25%46.27%-
HSV(B)123.33º26.47%53.33%-
XYZ16.4621.2815.81-
YUV121.36117.07112.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=29.59%
G=40.24%
B=30.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361020.2600.250.47123.3315.2546.27
Hex6488661A0192F7bf2e
Octal14421014632031571731756
Binary11001001000100011001101101001100110111111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648866; }

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

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

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

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

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

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

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

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