#648568

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

Shades of Laurel #648568

Tints of Laurel #648568

Color information

#648568 (or 0x648568) is unknown color: approx Laurel. HEX triplet: 64, 85 and 68. RGB value is (100,133,104). Sum of RGB (Red+Green+Blue) = 100+133+104=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #648568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648568 is #9B7A97. Grayscale: #777777. Windows color (decimal): -10189464 or 6849892. OLE color: 6849892.

HSL color Cylindrical-coordinate representation of color #648568: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648568 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB100133104-
CMYK0.2500.220.48
HSL127.27º14.16%45.69%-
HSV(B)127.27º24.81%52.16%-
XYZ16.1420.4816.2-
YUV119.83119.07113.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=29.67%
G=39.47%
B=30.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331040.2500.220.48127.2714.1645.69
Hex64856819016307fe2e
Octal14420515031026601771656
Binary11001001000010111010001100101011011000011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648568; }

 p { color: rgb(100,133,104); }

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

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

 a { background-color: rgb(100,133,104); }

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

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

 span { border-color: rgb(100,133,104); }

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