#64896D

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

Shades of Laurel #64896D

Tints of Laurel #64896D

Color information

#64896D (or 0x64896D) is unknown color: approx Laurel. HEX triplet: 64, 89 and 6D. RGB value is (100,137,109). Sum of RGB (Red+Green+Blue) = 100+137+109=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #64896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896D is #9B7692. Grayscale: #7A7A7A. Windows color (decimal): -10188435 or 7178596. OLE color: 7178596.

HSL color Cylindrical-coordinate representation of color #64896D: hue angle of 134.59º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64896D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB100137109-
CMYK0.2700.200.46
HSL134.59º15.61%46.47%-
HSV(B)134.59º27.01%53.73%-
XYZ16.9621.717.76-
YUV122.74120.24111.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=28.90%
G=39.60%
B=31.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371090.2700.200.46134.5915.6146.47
Hex64896D1B0142E87102e
Octal14421115533024562072056
Binary1100100100010011101101110110101001011101000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64896D; }

 p { color: rgb(100,137,109); }

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

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

 a { background-color: rgb(100,137,109); }

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

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

 span { border-color: rgb(100,137,109); }

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