#64896B

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

Shades of Laurel #64896B

Tints of Laurel #64896B

Color information

#64896B (or 0x64896B) is unknown color: approx Laurel. HEX triplet: 64, 89 and 6B. RGB value is (100,137,107). Sum of RGB (Red+Green+Blue) = 100+137+107=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #64896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896B is #9B7694. Grayscale: #7A7A7A. Windows color (decimal): -10188437 or 7047524. OLE color: 7047524.

HSL color Cylindrical-coordinate representation of color #64896B: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64896B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB100137107-
CMYK0.2700.220.46
HSL131.35º15.61%46.47%-
HSV(B)131.35º27.01%53.73%-
XYZ16.8621.6617.2-
YUV122.52119.24111.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=29.07%
G=39.83%
B=31.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371070.2700.220.46131.3515.6146.47
Hex64896B1B0162E83102e
Octal14421115333026562032056
Binary1100100100010011101011110110101101011101000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64896B; }

 p { color: rgb(100,137,107); }

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

<style>
 a { background-color: #64896B; }

 a { background-color: rgb(100,137,107); }

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

<style>
 span { border-color: #64896B; }

 span { border-color: rgb(100,137,107); }

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