#64806A

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

Shades of Laurel #64806A

Tints of Laurel #64806A

Color information

#64806A (or 0x64806A) is unknown color: approx Laurel. HEX triplet: 64, 80 and 6A. RGB value is (100,128,106). Sum of RGB (Red+Green+Blue) = 100+128+106=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #64806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64806A is #9B7F95. Grayscale: #757575. Windows color (decimal): -10190742 or 6979684. OLE color: 6979684.

HSL color Cylindrical-coordinate representation of color #64806A: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64806A is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB100128106-
CMYK0.2200.170.50
HSL132.86º12.28%44.71%-
HSV(B)132.86º21.88%50.2%-
XYZ15.5819.1916.52-
YUV117.12121.72115.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=29.94%
G=38.32%
B=31.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001281060.2200.170.50132.8612.2844.71
Hex64806A160113285c2d
Octal14420015226021622051455
Binary110010010000000110101010110010001110010100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64806A; }

 p { color: rgb(100,128,106); }

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

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

 a { background-color: rgb(100,128,106); }

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

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

 span { border-color: rgb(100,128,106); }

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