#64866A

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

Shades of Laurel #64866A

Tints of Laurel #64866A

Color information

#64866A (or 0x64866A) is unknown color: approx Laurel. HEX triplet: 64, 86 and 6A. RGB value is (100,134,106). Sum of RGB (Red+Green+Blue) = 100+134+106=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #64866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64866A is #9B7995. Grayscale: #787878. Windows color (decimal): -10189206 or 6981220. OLE color: 6981220.

HSL color Cylindrical-coordinate representation of color #64866A: hue angle of 130.59º 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 #64866A is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB100134106-
CMYK0.2500.210.47
HSL130.59º14.53%45.88%-
HSV(B)130.59º25.37%52.55%-
XYZ16.3820.816.79-
YUV120.64119.74113.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=29.41%
G=39.41%
B=31.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341060.2500.210.47130.5914.5345.88
Hex64866A190152F83f2e
Octal14420615231025572031756
Binary110010010000110110101011001010101101111100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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