#649667

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

Shades of Laurel #649667

Tints of Laurel #649667

Color information

#649667 (or 0x649667) is unknown color: approx Laurel. HEX triplet: 64, 96 and 67. RGB value is (100,150,103). Sum of RGB (Red+Green+Blue) = 100+150+103=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #649667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649667 is #9B6998. Grayscale: #818181. Windows color (decimal): -10185113 or 6788708. OLE color: 6788708.

HSL color Cylindrical-coordinate representation of color #649667: hue angle of 123.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649667 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB100150103-
CMYK0.3300.310.41
HSL123.6º20%49.02%-
HSV(B)123.6º33.33%58.82%-
XYZ18.6125.516.77-
YUV129.69112.94106.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=28.33%
G=42.49%
B=29.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501030.3300.310.41123.62049.02
Hex6496672101F297c1431
Octal14422614741037511742461
Binary1100100100101101100111100001011111101001111110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649667; }

 p { color: rgb(100,150,103); }

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

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

 a { background-color: rgb(100,150,103); }

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

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

 span { border-color: rgb(100,150,103); }

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