#648668

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

Shades of Laurel #648668

Tints of Laurel #648668

Color information

#648668 (or 0x648668) is unknown color: approx Laurel. HEX triplet: 64, 86 and 68. RGB value is (100,134,104). Sum of RGB (Red+Green+Blue) = 100+134+104=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #648668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648668 is #9B7997. Grayscale: #787878. Windows color (decimal): -10189208 or 6850148. OLE color: 6850148.

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

Color convert

RGB100134104-
CMYK0.2500.220.47
HSL127.06º14.53%45.88%-
HSV(B)127.06º25.37%52.55%-
XYZ16.2820.7616.25-
YUV120.41118.74113.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=29.59%
G=39.64%
B=30.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341040.2500.220.47127.0614.5345.88
Hex648668190162F7ff2e
Octal14420615031026571771756
Binary11001001000011011010001100101011010111111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648668; }

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

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

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

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

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

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

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

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