#649669

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

Shades of Laurel #649669

Tints of Laurel #649669

Color information

#649669 (or 0x649669) is unknown color: approx Laurel. HEX triplet: 64, 96 and 69. RGB value is (100,150,105). Sum of RGB (Red+Green+Blue) = 100+150+105=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #649669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649669 is #9B6996. Grayscale: #828282. Windows color (decimal): -10185111 or 6919780. OLE color: 6919780.

HSL color Cylindrical-coordinate representation of color #649669: hue angle of 126º 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 #649669 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB100150105-
CMYK0.3300.300.41
HSL126º20%49.02%-
HSV(B)126º33.33%58.82%-
XYZ18.7125.5417.31-
YUV129.92113.94106.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=28.17%
G=42.25%
B=29.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501050.3300.300.411262049.02
Hex6496692101E297e1431
Octal14422615141036511762461
Binary1100100100101101101001100001011110101001111111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649669; }

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

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

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

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

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

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

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

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