#64846A

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

Shades of Laurel #64846A

Tints of Laurel #64846A

Color information

#64846A (or 0x64846A) is unknown color: approx Laurel. HEX triplet: 64, 84 and 6A. RGB value is (100,132,106). Sum of RGB (Red+Green+Blue) = 100+132+106=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #64846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846A is #9B7B95. Grayscale: #777777. Windows color (decimal): -10189718 or 6980708. OLE color: 6980708.

HSL color Cylindrical-coordinate representation of color #64846A: hue angle of 131.25º 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 #64846A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB100132106-
CMYK0.2400.200.48
HSL131.25º13.79%45.49%-
HSV(B)131.25º24.24%51.76%-
XYZ16.1120.2516.7-
YUV119.47120.4114.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=29.59%
G=39.05%
B=31.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321060.2400.200.48131.2513.7945.49
Hex64846A180143083e2d
Octal14420415230024602031655
Binary110010010000100110101011000010100110000100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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