#64866C

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

Shades of Laurel #64866C

Tints of Laurel #64866C

Color information

#64866C (or 0x64866C) is unknown color: approx Laurel. HEX triplet: 64, 86 and 6C. RGB value is (100,134,108). Sum of RGB (Red+Green+Blue) = 100+134+108=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #64866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64866C is #9B7993. Grayscale: #787878. Windows color (decimal): -10189204 or 7112292. OLE color: 7112292.

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

Color convert

RGB100134108-
CMYK0.2500.190.47
HSL134.12º14.53%45.88%-
HSV(B)134.12º25.37%52.55%-
XYZ16.4920.8417.34-
YUV120.87120.74113.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=29.24%
G=39.18%
B=31.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341080.2500.190.47134.1214.5345.88
Hex64866C190132F86f2e
Octal14420615431023572061756
Binary110010010000110110110011001010011101111100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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