#64846C

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

Shades of Laurel #64846C

Tints of Laurel #64846C

Color information

#64846C (or 0x64846C) is unknown color: approx Laurel. HEX triplet: 64, 84 and 6C. RGB value is (100,132,108). Sum of RGB (Red+Green+Blue) = 100+132+108=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #64846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846C is #9B7B93. Grayscale: #777777. Windows color (decimal): -10189716 or 7111780. OLE color: 7111780.

HSL color Cylindrical-coordinate representation of color #64846C: hue angle of 135º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64846C is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB100132108-
CMYK0.2400.180.48
HSL135º13.79%45.49%-
HSV(B)135º24.24%51.76%-
XYZ16.2120.2917.25-
YUV119.7121.4113.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=29.41%
G=38.82%
B=31.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321080.2400.180.4813513.7945.49
Hex64846C180123087e2d
Octal14420415430022602071655
Binary110010010000100110110011000010010110000100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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